| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 2 | -1/+3 |
* | Make "script/plugin install" work with svn+ssh URLs | Sam Stephenson | 2006-05-31 | 2 | -1/+3 |
* | Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto... | David Heinemeier Hansson | 2006-05-29 | 1 | -0/+6 |
* | Added lib/ to the directories that will get application docs generated [DHH] | David Heinemeier Hansson | 2006-05-28 | 2 | -0/+3 |
* | Add generator files... | Marcel Molina | 2006-05-23 | 4 | -0/+43 |
* | Add observer generator. Closes #5167. [francois.beausoleil@gmail.com] | Marcel Molina | 2006-05-23 | 1 | -0/+2 |
* | preliminary support for plugin meta files | Rick Olson | 2006-05-23 | 1 | -14/+50 |
* | Session migration generator obeys pluralize_table_names. Closes #5145. | Jeremy Kemper | 2006-05-22 | 4 | -5/+15 |
* | Add modifications to database rake tasks as part of #5139. [schoenm@earthlink... | Marcel Molina | 2006-05-21 | 1 | -3/+3 |
* | Disabling sessions is not a common day event | David Heinemeier Hansson | 2006-05-21 | 1 | -4/+1 |
* | rake test:recent understands subdirectories. Closes #2925. | Jeremy Kemper | 2006-05-12 | 2 | -5/+22 |
* | The app generator detects the XAMPP package's MySQL socket location. Closes #... | Jeremy Kemper | 2006-05-12 | 2 | -1/+4 |
* | The app generator sets a session key in application.rb so apps running on the... | Jeremy Kemper | 2006-05-07 | 3 | -4/+13 |
* | Distinguish the spawners for different processes | David Heinemeier Hansson | 2006-05-02 | 2 | -1/+3 |
* | Added -n/--process to script/process/spawner name the process pid (default is... | David Heinemeier Hansson | 2006-05-02 | 1 | -1/+1 |
* | Added -n/--process to script/process/spawner name the process pid (default is... | David Heinemeier Hansson | 2006-05-02 | 2 | -1/+5 |
* | Make the inspector work on debian (closes #4935) [Lars pind] | David Heinemeier Hansson | 2006-05-01 | 1 | -1/+1 |
* | Namespaced OrderedHash so the Rails implementation does not clash with any ot... | Rick Olson | 2006-04-30 | 2 | -26/+17 |
* | Use reverse_each rather than reverse.each. [Marcel Molina Jr.] | Marcel Molina | 2006-04-30 | 1 | -1/+1 |
* | Replace Ruby's deprecated append_features in favor of included. [Marcel Molin... | Marcel Molina | 2006-04-29 | 4 | -5/+5 |
* | Added script/process/inspector to do simple process status information on Rai... | David Heinemeier Hansson | 2006-04-28 | 5 | -5/+11 |
* | Status in one line | David Heinemeier Hansson | 2006-04-28 | 1 | -9/+8 |
* | Added a simple process inspector | David Heinemeier Hansson | 2006-04-28 | 1 | -0/+68 |
* | Added pid file usage to script/process/spawner and script/process/reaper alon... | David Heinemeier Hansson | 2006-04-28 | 7 | -88/+133 |
* | Mention in docs that config.frameworks doesn't work when getting Rails via Ge... | Marcel Molina | 2006-04-26 | 2 | -1/+3 |
* | Change the scaffolding layout to use yield rather than @content_for_layout. | Marcel Molina | 2006-04-25 | 2 | -1/+3 |
* | Its 2006, not 2005 | David Heinemeier Hansson | 2006-04-16 | 1 | -2/+2 |
* | Use Aras RubyForge uploader | David Heinemeier Hansson | 2006-04-09 | 1 | -113/+6 |
* | Include the calculations fix for a new release of AR | David Heinemeier Hansson | 2006-04-09 | 1 | -2/+2 |
* | Prepare for tiny release of 1.1.2 | David Heinemeier Hansson | 2006-04-09 | 2 | -2/+2 |
* | RAILS_ROOT, please | David Heinemeier Hansson | 2006-04-07 | 1 | -1/+1 |
* | Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen... | David Heinemeier Hansson | 2006-04-07 | 3 | -24/+41 |
* | Don't match commented out RAILS_GEM_VERSIONs. | Nicholas Seckar | 2006-04-07 | 3 | -2/+6 |
* | Fixed that template extensions would be cached development mode #4624 [Stefan... | David Heinemeier Hansson | 2006-04-06 | 1 | -0/+1 |
* | Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45... | Rick Olson | 2006-04-06 | 2 | -6/+13 |
* | Update versions for Rails 1.1.1 | David Heinemeier Hansson | 2006-04-06 | 3 | -8/+8 |
* | Update to Prototype 1.5.0_rc0 | Sam Stephenson | 2006-04-06 | 2 | -44/+34 |
* | Fixed that the -r/--ruby path option of the rails command was not being respe... | David Heinemeier Hansson | 2006-04-06 | 2 | -3/+6 |
* | Added that Dispatcher exceptions should not be shown to the user unless a def... | David Heinemeier Hansson | 2006-04-05 | 2 | -2/+22 |
* | Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u... | David Heinemeier Hansson | 2006-04-05 | 2 | -0/+3 |
* | Note difference between fcgis | David Heinemeier Hansson | 2006-04-05 | 1 | -2/+4 |
* | A better idea, take the -qr HEAD log as before but use the root of the svn | Scott Barron | 2006-04-04 | 1 | -12/+7 |
* | If using svn 1.1.x and no REVISION is specified, give an error message | Scott Barron | 2006-04-04 | 1 | -2/+9 |
* | Reformatted for better readability [DHH] | David Heinemeier Hansson | 2006-04-04 | 1 | -12/+13 |
* | Fixed that rails --version should have the return code of 0 (success) (closes... | David Heinemeier Hansson | 2006-04-03 | 3 | -2/+7 |
* | Install alias so Rails::InfoController is accessible at /rails_info. Closes #... | Nicholas Seckar | 2006-04-03 | 3 | -0/+6 |
* | Ever so lined up | David Heinemeier Hansson | 2006-04-03 | 1 | -6/+6 |
* | Fixed that spawner should daemonize if running in repeat mode [DHH] | David Heinemeier Hansson | 2006-04-03 | 3 | -3/+18 |
* | Show tag properly in about | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+1 |
* | Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze... | David Heinemeier Hansson | 2006-04-03 | 3 | -11/+22 |