| Commit message (Expand) | Author | Age | Files | Lines |
* | Added prevention of duplicate migrations from the generator #2240 [fbeausolei... | David Heinemeier Hansson | 2005-09-24 | 1 | -0/+2 |
* | Add db_schema_dump and db_schema_import rake tasks to work with the new Activ... | Jamis Buck | 2005-09-23 | 1 | -1/+15 |
* | Only configure settings for loaded frameworks | David Heinemeier Hansson | 2005-09-22 | 1 | -4/+6 |
* | Fixed memory leak with Active Record classes when Dependencies.mechanism = :l... | David Heinemeier Hansson | 2005-09-20 | 1 | -0/+1 |
* | Include ActionView as a configurable framework | David Heinemeier Hansson | 2005-09-19 | 1 | -1/+1 |
* | Include libs/ in rake stats #2223 [Marcel Molina] | David Heinemeier Hansson | 2005-09-19 | 1 | -1/+2 |
* | Fixed that generate scaffold claims all words are reserved #2200, #2211 [alan... | David Heinemeier Hansson | 2005-09-17 | 1 | -2/+3 |
* | Don't set the :MimeTypes option if it is nil (causes routing errors on styles... | Jamis Buck | 2005-09-15 | 1 | -5/+6 |
* | Cant use silence_warnings before active support is loaded | David Heinemeier Hansson | 2005-09-15 | 1 | -2/+1 |
* | Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec... | David Heinemeier Hansson | 2005-09-15 | 1 | -6/+2 |
* | Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec... | David Heinemeier Hansson | 2005-09-15 | 1 | -0/+11 |
* | Moved session and fragment options out | David Heinemeier Hansson | 2005-09-13 | 1 | -6/+1 |
* | Only include dirs that exists in the stats | David Heinemeier Hansson | 2005-09-13 | 1 | -1/+1 |
* | Control depedency mechanism, breakpoints, and whiny nils through the config | David Heinemeier Hansson | 2005-09-13 | 1 | -50/+93 |
* | Make it even easier to set a new session store and use symbols for log level too | David Heinemeier Hansson | 2005-09-12 | 1 | -3/+15 |
* | Added Rails::Configuration support for fragment stores | David Heinemeier Hansson | 2005-09-12 | 1 | -2/+16 |
* | Use session_id instead of deprecated sessid | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+1 |
* | Use session_id instead of deprecated sessid | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+1 |
* | Sessions with an s | David Heinemeier Hansson | 2005-09-12 | 1 | -3/+3 |
* | Added create_session_table, drop_session_table, and purge_session_table as ra... | David Heinemeier Hansson | 2005-09-12 | 2 | -3/+39 |
* | Added dump of schema version to the db_structure_dump task for databases that... | David Heinemeier Hansson | 2005-09-12 | 1 | -0/+4 |
* | Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us] | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Moved config/tasks to lib/tasks and added more documentation to environment.rb | David Heinemeier Hansson | 2005-09-11 | 2 | -2/+2 |
* | Fixed missing ds | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+2 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 1 | -3/+1 |
* | Added -m/--mime-types option to the WEBrick server, so you can specify a Apac... | David Heinemeier Hansson | 2005-09-09 | 1 | -3/+7 |
* | Added -c/--svn option to the generator that'll add new files and remove destr... | David Heinemeier Hansson | 2005-09-09 | 2 | -3/+40 |
* | Added -c/--charset option to WEBrick controller, so you can specify a default... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+10 |
* | Dont encode the default subject for the test cases since they are within the ... | David Heinemeier Hansson | 2005-09-06 | 1 | -1/+1 |
* | Make the default stats task extendable by modifying the STATS_DIRECTORIES con... | Jamis Buck | 2005-09-05 | 1 | -9/+11 |
* | Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails... | Jamis Buck | 2005-09-05 | 1 | -1/+4 |
* | Silence logger initialization | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+2 |
* | Fix mocks dir | David Heinemeier Hansson | 2005-09-03 | 1 | -1/+1 |
* | Fix the spot looking for migrations | David Heinemeier Hansson | 2005-09-03 | 1 | -1/+1 |
* | Fix the spot looking for migrations | David Heinemeier Hansson | 2005-09-03 | 1 | -1/+1 |
* | Talk about whats missing | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+4 |
* | Also configure template view path | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+21 |
* | Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ... | David Heinemeier Hansson | 2005-09-03 | 8 | -0/+371 |
* | Fixed the scaffold generator to fail right away if the database isn't accessi... | David Heinemeier Hansson | 2005-09-03 | 1 | -24/+24 |
* | Corrected project-local generator location in scripts.rb #2010 [Michael Schue... | Jamis Buck | 2005-09-02 | 1 | -1/+1 |
* | Fix documentation for mailer generator | David Heinemeier Hansson | 2005-09-02 | 1 | -3/+2 |
* | Make the default rakefile read *.rake files from config/tasks (for easy exten... | Jamis Buck | 2005-08-31 | 1 | -0/+1 |
* | Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d... | Nicholas Seckar | 2005-08-31 | 1 | -3/+10 |
* | Remove switchtower integration from rails | Jamis Buck | 2005-08-30 | 1 | -3/+0 |
* | Replace render_partial with render :partial in scaffold generator | Nicholas Seckar | 2005-08-17 | 2 | -2/+2 |
* | Add integration with SwitchTower (rake tasks, default deploy.rb recipe) | Jamis Buck | 2005-08-03 | 1 | -0/+3 |
* | Added convenience controls for FCGI processes (especially when managed remote... | David Heinemeier Hansson | 2005-07-24 | 1 | -3/+3 |
* | Added an empty robots.txt to public/, so that web servers asking for it won't... | David Heinemeier Hansson | 2005-07-22 | 1 | -0/+1 |
* | Dropped the 'immediate close-down' of FCGI processes since it didn't work con... | David Heinemeier Hansson | 2005-07-19 | 1 | -12/+2 |
* | Regret inclusion for now | David Heinemeier Hansson | 2005-07-16 | 1 | -62/+0 |