| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 1 | -2/+2 |
* | Added an omnipresent RailsInfoController with a properties action that delive... | Sam Stephenson | 2005-11-08 | 1 | -0/+54 |
* | Raise in stubby/init.rb if it doesn't have access to directory or config. lo... | Jeremy Kemper | 2005-11-07 | 1 | -1/+6 |
* | Fixed Rails generator tests (closes #2613) [torben [at] wolm.dk] | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | New configuration option config.plugin_paths which may be a single path like ... | Jeremy Kemper | 2005-11-07 | 5 | -13/+86 |
* | Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info | Sam Stephenson | 2005-11-07 | 1 | -11/+30 |
* | Move info.rb to rails_info.rb and load Rails::Info after initialization | Sam Stephenson | 2005-11-05 | 1 | -1/+1 |
* | Added script/about to display formatted Rails::Info output | Sam Stephenson | 2005-11-05 | 1 | -9/+5 |
* | Added Rails::Info to catalog assorted information about a Rails application's... | Sam Stephenson | 2005-11-05 | 1 | -0/+77 |
* | Make fcgi handler respond to TERM signals with an explicit exit | Jamis Buck | 2005-11-02 | 1 | -1/+16 |
* | Failsafe response handler for dispatcher. | Jeremy Kemper | 2005-11-02 | 1 | -1/+38 |
* | Fixed scaffold generator when started with only 1 parameter (closes #2609) [s... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+10 |
* | Constants set in the development/test/production environment file are set in ... | Jamis Buck | 2005-10-23 | 2 | -0/+37 |
* | r3576@sedna: jeremy | 2005-10-13 11:31:50 -0700 | Jeremy Kemper | 2005-10-13 | 1 | -9/+3 |
* | Make table_name and controller_name in generators honor AR::Base.pluralize_ta... | Marcel Molina | 2005-09-28 | 1 | -0/+7 |
* | r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 | Jeremy Kemper | 2005-07-13 | 4 | -5/+8 |
* | r1588@asus: jeremy | 2005-07-02 03:14:45 -0700 | Jeremy Kemper | 2005-07-02 | 3 | -7/+72 |
* | Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac... | Jamis Buck | 2005-06-29 | 1 | -29/+54 |
* | ActionMailer::Base subclasses are reloaded with other rails components #1262 | Jamis Buck | 2005-06-24 | 1 | -0/+63 |
* | Missing parameter for trap_handler in dispatch.fcgi | Jamis Buck | 2005-06-22 | 1 | -1/+1 |
* | Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r... | Jamis Buck | 2005-06-22 | 3 | -0/+119 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -9/+16 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -16/+9 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -9/+16 |
* | Added new generator framework that informs about its doings on generation and... | David Heinemeier Hansson | 2005-02-07 | 2 | -73/+55 |
* | Brought unit tests up to date | David Heinemeier Hansson | 2004-12-15 | 2 | -16/+13 |
* | Updated the usage documentation for the generator actions for their new home | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+6 |
* | Added a better generator for scaffolding that actually creates the code, so i... | David Heinemeier Hansson | 2004-12-07 | 2 | -0/+95 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+30 |