| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformed environments files to the new config style | David Heinemeier Hansson | 2005-09-13 | 4 | -21/+33 |
* | Control depedency mechanism, breakpoints, and whiny nils through the config | David Heinemeier Hansson | 2005-09-13 | 1 | -50/+93 |
* | Fixed pointer to tasks location #2175 | David Heinemeier Hansson | 2005-09-13 | 1 | -2/+2 |
* | Make it even easier to set a new session store and use symbols for log level too | David Heinemeier Hansson | 2005-09-12 | 2 | -6/+18 |
* | Added Rails::Configuration support for fragment stores | David Heinemeier Hansson | 2005-09-12 | 2 | -2/+20 |
* | 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 | 3 | -5/+5 |
* | Added create_session_table, drop_session_table, and purge_session_table as ra... | David Heinemeier Hansson | 2005-09-12 | 4 | -3/+45 |
* | Added dump of schema version to the db_structure_dump task for databases that... | David Heinemeier Hansson | 2005-09-12 | 2 | -0/+6 |
* | Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson] | David Heinemeier Hansson | 2005-09-11 | 2 | -0/+3 |
* | Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us] | David Heinemeier Hansson | 2005-09-11 | 2 | -1/+3 |
* | Dont encourage custom url options to be called with symbol #2047 | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+2 |
* | Moved config/tasks to lib/tasks and added more documentation to environment.rb | David Heinemeier Hansson | 2005-09-11 | 4 | -4/+27 |
* | 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 |
* | Fix problem with mime type defaults #2165 [Michael Shuerig] | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+2 |
* | Added -m/--mime-types option to the WEBrick server, so you can specify a Apac... | David Heinemeier Hansson | 2005-09-09 | 3 | -10/+20 |
* | Added -c/--svn option to the generator that'll add new files and remove destr... | David Heinemeier Hansson | 2005-09-09 | 3 | -3/+42 |
* | Added -c/--charset option to WEBrick controller, so you can specify a default... | David Heinemeier Hansson | 2005-09-09 | 3 | -1/+18 |
* | 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 | 2 | -9/+13 |
* | Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails... | Jamis Buck | 2005-09-05 | 2 | -1/+6 |
* | Silence logger initialization | David Heinemeier Hansson | 2005-09-03 | 3 | -3/+7 |
* | 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 |
* | Proper clean rakefile | David Heinemeier Hansson | 2005-09-03 | 1 | -1/+1 |
* | Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ... | David Heinemeier Hansson | 2005-09-03 | 13 | -311/+396 |
* | Fixed the scaffold generator to fail right away if the database isn't accessi... | David Heinemeier Hansson | 2005-09-03 | 2 | -24/+26 |
* | Corrected project-local generator location in scripts.rb #2010 [Michael Schue... | Jamis Buck | 2005-09-02 | 2 | -1/+3 |
* | Fix documentation for mailer generator | David Heinemeier Hansson | 2005-09-02 | 1 | -3/+2 |
* | Don't require the environment just to clear the logs #2093 [Scott Barron] | Jamis Buck | 2005-09-01 | 2 | -1/+3 |
* | Make the default rakefile read *.rake files from config/tasks (for easy exten... | Jamis Buck | 2005-08-31 | 4 | -1/+7 |
* | More rails-switchtower decoupling | Jamis Buck | 2005-08-31 | 1 | -7/+0 |
* | Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d... | Nicholas Seckar | 2005-08-31 | 2 | -3/+12 |
* | Remove switchtower integration from rails | Jamis Buck | 2005-08-30 | 7 | -169/+2 |
* | Allow the --toggle-spin switch on process/reaper to be negated | Jamis Buck | 2005-08-24 | 2 | -1/+3 |
* | Made SwitchTower conform to the other Rakefiles in terms of PKG description a... | David Heinemeier Hansson | 2005-08-24 | 1 | -0/+1 |
* | Replace render_partial with render :partial in scaffold generator | Nicholas Seckar | 2005-08-17 | 3 | -2/+4 |
* | When copying the config files, also transform and copy the default deploy.rb ... | Jamis Buck | 2005-08-17 | 1 | -0/+7 |
* | Make the rakefile tasks that set up a new project aware of switchtower | Jamis Buck | 2005-08-17 | 3 | -4/+17 |
* | Added -w flag to ps in process/reaper #1934 [Scott Barron] | Jamis Buck | 2005-08-12 | 2 | -3/+5 |
* | Add integration with SwitchTower (rake tasks, default deploy.rb recipe) | Jamis Buck | 2005-08-03 | 6 | -0/+153 |
* | Made the reaper talk to the spinner to make it spin faster during restarts an... | David Heinemeier Hansson | 2005-07-26 | 2 | -20/+35 |
* | Made Oracle a first-class connection adapter by adhering closer to idiomatic ... | David Heinemeier Hansson | 2005-07-24 | 1 | -2/+12 |
* | Allow ERb in the database.yml file (just like with fixtures), so you can pull... | David Heinemeier Hansson | 2005-07-24 | 2 | -1/+3 |
* | Added convenience controls for FCGI processes (especially when managed remote... | David Heinemeier Hansson | 2005-07-24 | 6 | -5/+244 |