aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed migration generation for class names like ACLController (closes #5197) ...David Heinemeier Hansson2006-07-051-1/+1
* Added show_source_list and show_call_stack to breakpoints to make it easier t...David Heinemeier Hansson2006-07-051-0/+24
* Generate scaffold layout in subdirectory appropriate to its module nesting. C...Jeremy Kemper2006-07-011-1/+5
* script/server prefers mongrel over lighttpdJeremy Kemper2006-06-291-3/+3
* Mongrel: script/server tails the rails log like it does with lighttpd. Closes...Jeremy Kemper2006-06-293-19/+27
* Don't assume Active Record is available. Closes #5497.Jeremy Kemper2006-06-281-11/+13
* Mongrel: script/server works on Win32. Closes #5499.Jeremy Kemper2006-06-282-5/+12
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-2811-35/+35
* Mongrel support for script/server. Closes #5475.Jeremy Kemper2006-06-232-7/+56
* Remove some cruft from the framework:update:configs task and fix the document...Rick Olson2006-06-211-3/+1
* Include rails -v / rails --version in app generator usage. Closes #5440.Jeremy Kemper2006-06-201-1/+5
* Fix script/plugin so it doesn't barf on invalid URLs [Rick]Rick Olson2006-06-121-6/+10
* Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]Rick Olson2006-06-111-1/+1
* Fix bug with 'script/plugin install' so it reports unknown plugin names corre...Rick Olson2006-06-091-1/+1
* Include uninstall.rb (closes #5003)David Heinemeier Hansson2006-06-061-0/+1
* Added uninstall.rb hook to plugin handling, such that plugins have a way of r...David Heinemeier Hansson2006-06-032-0/+7
* Create temporary dirs relative to RAILS_ROOT when running script/server #5014...David Heinemeier Hansson2006-06-031-1/+1
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-1/+1
* Make "script/plugin install" work with svn+ssh URLsSam Stephenson2006-05-311-1/+1
* Added lib/ to the directories that will get application docs generated [DHH]David Heinemeier Hansson2006-05-281-0/+1
* Add generator files...Marcel Molina2006-05-234-0/+43
* preliminary support for plugin meta filesRick Olson2006-05-231-14/+50
* Session migration generator obeys pluralize_table_names. Closes #5145.Jeremy Kemper2006-05-223-5/+13
* Add modifications to database rake tasks as part of #5139. [schoenm@earthlink...Marcel Molina2006-05-211-3/+3
* rake test:recent understands subdirectories. Closes #2925.Jeremy Kemper2006-05-121-5/+20
* The app generator detects the XAMPP package's MySQL socket location. Closes #...Jeremy Kemper2006-05-121-1/+2
* The app generator sets a session key in application.rb so apps running on the...Jeremy Kemper2006-05-071-2/+3
* Distinguish the spawners for different processesDavid Heinemeier Hansson2006-05-021-1/+1
* 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-021-1/+3
* 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-301-26/+15
* 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-293-5/+3
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-282-4/+5
* 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-284-87/+126
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-251-1/+1
* Prepare for tiny release of 1.1.2David Heinemeier Hansson2006-04-091-1/+1
* 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-071-2/+10
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-061-6/+11
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+1
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-061-3/+4
* Added that Dispatcher exceptions should not be shown to the user unless a def...David Heinemeier Hansson2006-04-051-2/+20
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...David Heinemeier Hansson2006-04-051-0/+1
* 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
* Fixed that rails --version should have the return code of 0 (success) (closes...David Heinemeier Hansson2006-04-031-1/+1