-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it Weekend Yet app #8
base: master
Are you sure you want to change the base?
Conversation
#require 'logger' | ||
run Sinatra::Application | ||
#bundle config | ||
#run Sinatra::Contrib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should be much simpler:
http://www.sinatrarb.com/intro.html#Using%20a%20Classic%20Style%20Application%20with%20a%20config.ru
Updated my earlier comments, so make take a look at them again through the web interface. As an overall note, you want to avoid committing the temporary files that editors create (like http://stackoverflow.com/a/4824199/358804 Thanks! |
Thanks for the tips Aidan. it is working now!!! |
No description provided.