aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Missed commit for [6184]. Generate a random secret for new app's cookie sessi...Jeremy Kemper2007-02-211-1/+1
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-2138-192/+192
* Stop swallowing errors during rake test [Koz]Michael Koziarski2007-02-201-7/+10
* Fix Rails::Initializer since #view_paths is never nilRick Olson2007-02-041-2/+2
* Update Rails Initializer to use ActionController::Base#view_paths [Rick]Rick Olson2007-02-041-5/+4
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-1/+1
* Plugins may be symlinked in vendor/plugins. Closes #4245.Jeremy Kemper2007-02-013-4/+4
* Resource generator depends on the model generator rather than duplicating it....Jeremy Kemper2007-01-285-50/+1
* Add/Update usage documentation for script/destroy, resource generator and sca...Rick Olson2007-01-233-5/+58
* Generator: use destination path for diff tempfiles. Closes #7015.Jeremy Kemper2007-01-131-1/+1
* Fixed that webrick would strip leading newlines and hang connection (closes #...David Heinemeier Hansson2007-01-051-1/+1
* Ensure plugins are in the Dependencies.load_once_paths collection by default....Rick Olson2006-12-271-4/+3
* Attempt at fixing the preparation_callbacks, nzkoz will double checkDavid Heinemeier Hansson2006-12-271-8/+2
* Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...Michael Koziarski2006-12-262-1/+2
* Fix scaffold_resource generator so it respects the --pretend argument when cr...Rick Olson2006-12-261-2/+4
* Fix Webrick Daemon dispatching bug regarding a bad current working directory....Rick Olson2006-12-251-1/+3
* Reapply plugin load path changes from [5720]Michael Koziarski2006-12-181-7/+22
* Revert [5720] Michael Koziarski2006-12-161-21/+8
* Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...Michael Koziarski2006-12-151-8/+21
* Rewrap scaffold_resource USAGE so it displays nicely on most terminals. Clos...Jeremy Kemper2006-12-081-20/+28
* Missed commit from [5686].Jeremy Kemper2006-12-062-1/+4
* Fixed script/process/spawner to work properly with Mongrel including in -r (d...David Heinemeier Hansson2006-12-041-4/+14
* Documentation for generators (closes #6671) [topfunky]David Heinemeier Hansson2006-12-031-24/+73
* WupsDavid Heinemeier Hansson2006-12-011-4/+4
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-011-2/+5
* Replace the elaborate reloading connection checking scheme, just fix the Ruby...David Heinemeier Hansson2006-12-011-5/+2
* Added one-letter aliases for the three default environments to script/console...David Heinemeier Hansson2006-12-011-1/+8
* Refactored to use same option setupDavid Heinemeier Hansson2006-11-301-6/+11
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-302-5/+8
* merge 5639 to trunkMichael Koziarski2006-11-271-1/+2
* Only reload connections in development mode that supports (and requires that)...David Heinemeier Hansson2006-11-261-2/+5
* redirect_to is the one place where _url should be used, not _path [DHH]David Heinemeier Hansson2006-11-261-4/+4
* Tried delaying database disconnect until after dependency resolution (referen...David Heinemeier Hansson2006-11-251-5/+3
* Update initializer to load Rails::VERSION as soon as possible. Closes #6698.Nicholas Seckar2006-11-251-6/+1
* Added ActiveRecord::Base.clear_active_connections! in development mode so the...David Heinemeier Hansson2006-11-231-1/+5
* Dont include the mime.yml anyway, Mongrel will just ship with more defaults i...David Heinemeier Hansson2006-11-231-1/+0
* Restore windows compatibilityDavid Heinemeier Hansson2006-11-191-1/+5
* Starting, not started yetDavid Heinemeier Hansson2006-11-191-1/+1
* Make script/server work with -d and -e on MongrelDavid Heinemeier Hansson2006-11-191-41/+32
* Use custom mime file for script/server mongrel if config/mime.yml exists. Pa...Rick Olson2006-11-191-1/+9
* Add custom mime type file for mongrel. config/mime.yml is added with generat...Rick Olson2006-11-191-0/+1
* Scaffold resource should have both a layout and a stylesheet [DHH]David Heinemeier Hansson2006-11-196-1/+104
* Make sure that exceptions which are thrown outside of the user code try their...Tobias Lütke2006-11-131-1/+2
* Rails::VERSION::STRING on trunk is 1.2.0Jeremy Kemper2006-11-131-2/+2
* Rails::VERSION::STRING should always be available. Closes #6244.Jeremy Kemper2006-11-131-73/+79
* Add grep-based fallback to reaper, so it can work in pidless setups (again)Jamis Buck2006-11-111-10/+24
* Only wrap request processing with our USR1 signal handler so FastCGI can trap...Jeremy Kemper2006-11-111-11/+25
* Alter prior change to use require_dependency instead of require_or_load. Caus...Nicholas Seckar2006-11-091-1/+1
* Rake: use absolute paths to load lib and vendor tasks so they may be run outs...Jeremy Kemper2006-11-091-2/+2
* Remove temporary crutch to help ApplicationController be unloaded. Closes #6496.Nicholas Seckar2006-11-071-1/+1