Commit Graph

19 Commits

Author SHA1 Message Date
Tyler Renelle e5c5e8c10b Setting up boilerplate 2012-03-25 21:57:23 -04:00
Tyler Renelle eaadaf2a00 Fixed login/logout route & link 2012-02-23 17:49:09 -05:00
Tyler Renelle 2da29ffd95 remove 'completed' route 2012-02-15 22:01:42 -05:00
Tyler Renelle 02d15cccf4 Adding token-authenticatable to user 2012-02-14 09:31:38 -05:00
Tyler Renelle 6fbae528e9 updating config.action_mailer.default_url_options for heroku 2012-02-13 18:03:57 -05:00
Tyler Renelle b9ac5a495e attr_accessible on Habit, & turn off whiny mass assignment for development 2012-02-13 16:22:25 -05:00
Tyler Renelle 851628d200 Removing rewards controller, views, routes (keeping model for now
because of migration bug)
2012-02-11 16:53:16 -05:00
Tyler Renelle ba110c7857 Fixing routes 2012-02-04 17:14:03 -05:00
Tyler Renelle 50f713e7e9 Adding rewards scaffold 2012-02-04 16:52:02 -05:00
Tyler Renelle 88e105a442 Adding TODOs & completed page 2012-02-04 16:32:12 -05:00
Tyler Renelle c70b082b22 Undecorate vote links 2012-02-02 19:26:33 -05:00
Tyler Renelle 229be57c31 Adding sortable 2012-02-01 16:55:33 -05:00
Tyler Renelle 523a207555 Adding therubyracer for production 2012-02-01 19:31:16 +00:00
Tyler Renelle 77e2d2cd5d config for prod setup 2012-02-01 13:12:30 -05:00
Tyler Renelle 4673d1b306 Adding weneverize scheduling, setting prod db as mysql2 2012-02-01 12:34:44 -05:00
Tyler Renelle 495d492ba5 Got js.erb ajax update working 2012-02-01 00:39:04 -05:00
Tyler Renelle db54c6b4b5 Adding habits 2012-01-31 23:09:00 -05:00
Tyler Renelle d970ed4135 Adding devise, it gives the following message
===============================================================================

Some setup you must do manually if you haven't yet:

  1. Setup default url options for your specific environment. Here is
  an
     example of development environment:

       config.action_mailer.default_url_options = { :host =>
       'localhost:3000' }

     This is a required Rails configuration. In production it must be
     the
     actual host of your application

  2. Ensure you have defined root_url to *something* in your
  config/routes.rb.
     For example:

       root :to => "home#index"

  3. Ensure you have flash messages in
  app/views/layouts/application.html.erb.
     For example:

       <p class="notice"><%= notice %></p>
       <p class="alert"><%= alert %></p>

  4. If you are deploying Rails 3.1 on Heroku, you may want to set:

       config.assets.initialize_on_precompile = false

     On config/application.rb forcing your application to not access
     the DB
     or load models when precompiling your assets.

===============================================================================
2012-01-31 23:02:54 -05:00
Tyler Renelle ad20410a0e initial commit 2012-01-31 22:57:22 -05:00