aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove explicit require of departed file.Nicholas Seckar2006-04-011-2/+0
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-013-8/+21
* Make Rails::VERSION implicitly loadable. Closes #4491.Nicholas Seckar2006-04-012-0/+2
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-013-2/+9
* Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]David Heinemeier Hansson2006-03-302-4/+9
* Fix Rails info controller for postgres; Closes #4469.Nicholas Seckar2006-03-294-23/+23
* Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf...David Heinemeier Hansson2006-03-292-1/+7
* Rails 1.1.0 is realDavid Heinemeier Hansson2006-03-281-1/+1
* Made ready for releaseDavid Heinemeier Hansson2006-03-282-6/+6
* Add 1.0 marker to edge rails changelongsMarcel Molina2006-03-281-0/+2
* Make release rake work on 1.8.4David Heinemeier Hansson2006-03-281-2/+2
* Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de]David Heinemeier Hansson2006-03-281-1/+1
* Update descriptionDavid Heinemeier Hansson2006-03-281-1/+1
* Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]Michael Koziarski2006-03-282-10/+16
* Speedup for sortable with handles initialization in rails trunk tooThomas Fuchs2006-03-272-4/+5
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-272-5/+33
* Don't raise when the migration file is missing or it'll stop destroy model inScott Barron2006-03-261-1/+5
* effects.js and controls.js fixesThomas Fuchs2006-03-262-4/+5
* When doing svn log -qr HEAD trunk/url, a log message with revision will notScott Barron2006-03-261-1/+1
* one too manyThomas Fuchs2006-03-261-1/+1
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-264-181/+251
* Dont require rake to run the server, just have a little undryness instead (cl...David Heinemeier Hansson2006-03-262-10/+3
* Beef up the default test just a tadDavid Heinemeier Hansson2006-03-251-0/+6
* The Ruby path should be a string (closes #4361) [DHH]David Heinemeier Hansson2006-03-251-1/+1
* ST is Cap (closes #4214)David Heinemeier Hansson2006-03-251-2/+2
* Add an integration test generatorJamis Buck2006-03-254-0/+36
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-251-1/+1
* Don't polute the top level namespace in the console with ActionView helpers. ...Marcel Molina2006-03-232-4/+12
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-213-0/+26
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-201-0/+1
* Added sample named route [DHH]David Heinemeier Hansson2006-03-201-2/+5
* lighttpd.conf should use CWD so the config file is portable across systems, b...David Heinemeier Hansson2006-03-201-3/+4
* Dont line up that which does notDavid Heinemeier Hansson2006-03-203-5/+4
* Clearing doesnt need migrationsDavid Heinemeier Hansson2006-03-201-2/+1
* Replaced old session rake tasks with db:sessions:create to generate a migrati...Rick Olson2006-03-202-15/+8
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-203-9/+5
* Update docs and index.html [DHH]David Heinemeier Hansson2006-03-202-8/+26