aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Sessions with an sDavid Heinemeier Hansson2005-09-121-3/+3
* Added create_session_table, drop_session_table, and purge_session_table as ra...David Heinemeier Hansson2005-09-122-3/+39
* Added dump of schema version to the db_structure_dump task for databases that...David Heinemeier Hansson2005-09-121-0/+4
* Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]David Heinemeier Hansson2005-09-111-1/+1
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-112-2/+2
* Fixed missing dsDavid Heinemeier Hansson2005-09-111-2/+2
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* Added -m/--mime-types option to the WEBrick server, so you can specify a Apac...David Heinemeier Hansson2005-09-091-3/+7
* Added -c/--svn option to the generator that'll add new files and remove destr...David Heinemeier Hansson2005-09-092-3/+40
* Added -c/--charset option to WEBrick controller, so you can specify a default...David Heinemeier Hansson2005-09-091-0/+10
* Dont encode the default subject for the test cases since they are within the ...David Heinemeier Hansson2005-09-061-1/+1
* Make the default stats task extendable by modifying the STATS_DIRECTORIES con...Jamis Buck2005-09-051-9/+11
* Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails...Jamis Buck2005-09-051-1/+4
* Silence logger initializationDavid Heinemeier Hansson2005-09-031-0/+2
* Fix mocks dirDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Talk about whats missingDavid Heinemeier Hansson2005-09-031-0/+4
* Also configure template view pathDavid Heinemeier Hansson2005-09-031-0/+21
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-038-0/+371
* Fixed the scaffold generator to fail right away if the database isn't accessi...David Heinemeier Hansson2005-09-031-24/+24
* Corrected project-local generator location in scripts.rb #2010 [Michael Schue...Jamis Buck2005-09-021-1/+1
* Fix documentation for mailer generatorDavid Heinemeier Hansson2005-09-021-3/+2
* Make the default rakefile read *.rake files from config/tasks (for easy exten...Jamis Buck2005-08-311-0/+1
* Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d...Nicholas Seckar2005-08-311-3/+10
* Remove switchtower integration from railsJamis Buck2005-08-301-3/+0
* Replace render_partial with render :partial in scaffold generatorNicholas Seckar2005-08-172-2/+2
* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)Jamis Buck2005-08-031-0/+3
* Added convenience controls for FCGI processes (especially when managed remote...David Heinemeier Hansson2005-07-241-3/+3
* Added an empty robots.txt to public/, so that web servers asking for it won't...David Heinemeier Hansson2005-07-221-0/+1
* Dropped the 'immediate close-down' of FCGI processes since it didn't work con...David Heinemeier Hansson2005-07-191-12/+2
* Regret inclusion for nowDavid Heinemeier Hansson2005-07-161-62/+0
* Support for upcoming script/spawnerDavid Heinemeier Hansson2005-07-161-0/+62
* Show correct paths to generated templates for nexted controllers. Fixes #730Nicholas Seckar2005-07-143-9/+10
* r3023@asus: jeremy | 2005-07-12 23:43:39 -0700Jeremy Kemper2005-07-131-3/+3
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-101-0/+2
* Pulled the gateway.cgi until we can make it work properly out the gatesDavid Heinemeier Hansson2005-07-061-3/+3
* Added a USAGE document to the migration generatorDavid Heinemeier Hansson2005-07-061-0/+14
* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...David Heinemeier Hansson2005-07-042-4/+6
* Fixed that model generator would make fixtures plural, even if ActiveRecord::...David Heinemeier Hansson2005-07-021-1/+1
* r1588@asus: jeremy | 2005-07-02 03:14:45 -0700Jeremy Kemper2005-07-021-13/+66
* Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...Jamis Buck2005-06-292-9/+122
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-0/+21
* Include the new Javascripts in new appsDavid Heinemeier Hansson2005-06-261-10/+13
* Fixed ActionMailer generated tests to work properly after quoted refactoring ...David Heinemeier Hansson2005-06-251-1/+3
* ActionMailer::Base subclasses are reloaded with other rails components #1262Jamis Buck2005-06-241-0/+1
* Added ActionController::Base.allow_concurrency to control whether the applica...David Heinemeier Hansson2005-06-231-2/+2
* Fixed new WEBrick handling to actually pass parametersDavid Heinemeier Hansson2005-06-221-14/+23
* Removed the mutex from the WEBrick adapter under the production environment s...David Heinemeier Hansson2005-06-222-34/+68
* Added a migration generatorDavid Heinemeier Hansson2005-06-222-0/+16