aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Session migration generator obeys pluralize_table_names. Closes #5145.Jeremy Kemper2006-05-224-5/+15
* Add modifications to database rake tasks as part of #5139. [schoenm@earthlink...Marcel Molina2006-05-211-3/+3
* Disabling sessions is not a common day eventDavid Heinemeier Hansson2006-05-211-4/+1
* rake test:recent understands subdirectories. Closes #2925.Jeremy Kemper2006-05-122-5/+22
* The app generator detects the XAMPP package's MySQL socket location. Closes #...Jeremy Kemper2006-05-122-1/+4
* The app generator sets a session key in application.rb so apps running on the...Jeremy Kemper2006-05-073-4/+13
* Distinguish the spawners for different processesDavid Heinemeier Hansson2006-05-022-1/+3
* Added -n/--process to script/process/spawner name the process pid (default is...David Heinemeier Hansson2006-05-021-1/+1
* Added -n/--process to script/process/spawner name the process pid (default is...David Heinemeier Hansson2006-05-022-1/+5
* Make the inspector work on debian (closes #4935) [Lars pind]David Heinemeier Hansson2006-05-011-1/+1
* Namespaced OrderedHash so the Rails implementation does not clash with any ot...Rick Olson2006-04-302-26/+17
* Use reverse_each rather than reverse.each. [Marcel Molina Jr.]Marcel Molina2006-04-301-1/+1
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-294-5/+5
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-285-5/+11
* Status in one lineDavid Heinemeier Hansson2006-04-281-9/+8
* Added a simple process inspectorDavid Heinemeier Hansson2006-04-281-0/+68
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-287-88/+133
* Mention in docs that config.frameworks doesn't work when getting Rails via Ge...Marcel Molina2006-04-262-1/+3
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-252-1/+3
* Its 2006, not 2005David Heinemeier Hansson2006-04-161-2/+2
* Use Aras RubyForge uploaderDavid Heinemeier Hansson2006-04-091-113/+6
* Include the calculations fix for a new release of ARDavid Heinemeier Hansson2006-04-091-2/+2
* Prepare for tiny release of 1.1.2David Heinemeier Hansson2006-04-092-2/+2
* RAILS_ROOT, pleaseDavid Heinemeier Hansson2006-04-071-1/+1
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-073-24/+41
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-073-2/+6
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-061-0/+1
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-062-6/+13
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-063-8/+8
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-062-44/+34
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-062-3/+6
* Added that Dispatcher exceptions should not be shown to the user unless a def...David Heinemeier Hansson2006-04-052-2/+22
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...David Heinemeier Hansson2006-04-052-0/+3
* Note difference between fcgisDavid Heinemeier Hansson2006-04-051-2/+4
* A better idea, take the -qr HEAD log as before but use the root of the svnScott Barron2006-04-041-12/+7
* If using svn 1.1.x and no REVISION is specified, give an error messageScott Barron2006-04-041-2/+9
* Reformatted for better readability [DHH]David Heinemeier Hansson2006-04-041-12/+13
* Fixed that rails --version should have the return code of 0 (success) (closes...David Heinemeier Hansson2006-04-033-2/+7
* Install alias so Rails::InfoController is accessible at /rails_info. Closes #...Nicholas Seckar2006-04-033-0/+6
* Ever so lined upDavid Heinemeier Hansson2006-04-031-6/+6
* Fixed that spawner should daemonize if running in repeat mode [DHH]David Heinemeier Hansson2006-04-033-3/+18
* Show tag properly in aboutDavid Heinemeier Hansson2006-04-031-1/+1
* Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...David Heinemeier Hansson2006-04-033-11/+22
* Fix rails info for when js is off (closes #4472) [erik@codefaktor.de]David Heinemeier Hansson2006-04-011-1/+1
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-014-75/+304
* railties Rakefile refers to old rails_version.rb location (closes #4530) [wil...David Heinemeier Hansson2006-04-011-1/+1
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-012-1/+3
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-015-6/+19
* Exit when no gem is found; expand on error messageNicholas Seckar2006-04-011-1/+5
* Remove explicit require of departed file.Nicholas Seckar2006-04-011-1/+1