aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Make table_name and controller_name in generators honor AR::Base.pluralize_ta...Marcel Molina2005-09-282-3/+3
* #2261 was supposed to have been closed as wontfix, not sure why it wasn't,Scott Barron2005-09-271-1/+1
* Ticket 2261 - Include lib/tasks/*.rake in rake statsJeremy Kemper2005-09-271-1/+1
* Ticket 2297 - rake stats clearly labels functional and unit testsJeremy Kemper2005-09-272-11/+14
* Make the migration generator only check files ending in *.rb when calculating...Sam Stephenson2005-09-271-1/+1
* Added prevention of duplicate migrations from the generator #2240 [fbeausolei...David Heinemeier Hansson2005-09-241-0/+2
* Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...Jamis Buck2005-09-231-1/+15
* Only configure settings for loaded frameworksDavid Heinemeier Hansson2005-09-221-4/+6
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-0/+1
* Include ActionView as a configurable frameworkDavid Heinemeier Hansson2005-09-191-1/+1
* Include libs/ in rake stats #2223 [Marcel Molina]David Heinemeier Hansson2005-09-191-1/+2
* Fixed that generate scaffold claims all words are reserved #2200, #2211 [alan...David Heinemeier Hansson2005-09-171-2/+3
* Don't set the :MimeTypes option if it is nil (causes routing errors on styles...Jamis Buck2005-09-151-5/+6
* Cant use silence_warnings before active support is loadedDavid Heinemeier Hansson2005-09-151-2/+1
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-151-6/+2
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-151-0/+11
* Moved session and fragment options outDavid Heinemeier Hansson2005-09-131-6/+1
* Only include dirs that exists in the statsDavid Heinemeier Hansson2005-09-131-1/+1
* Control depedency mechanism, breakpoints, and whiny nils through the configDavid Heinemeier Hansson2005-09-131-50/+93
* Make it even easier to set a new session store and use symbols for log level tooDavid Heinemeier Hansson2005-09-121-3/+15
* Added Rails::Configuration support for fragment storesDavid Heinemeier Hansson2005-09-121-2/+16
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* 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