aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Axe excess backtracery.Jeremy Kemper2007-10-071-6/+4
* Extend the console +helper+ method to allow you to include custom helpers. Cl...Michael Koziarski2007-10-071-2/+5
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-1/+1
* Tidy up framework initialization code to ensure that it doesn't add folders t...Michael Koziarski2007-10-041-10/+11
* db:create works with remote databases whereas db:create:all only createsdatab...Jeremy Kemper2007-10-021-31/+50
* Add --prefix option to script/server when using mongrel. [dacat] Closes #9716Michael Koziarski2007-10-011-1/+11
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-014-8/+0
* Fixed that installing plugins from SVN repositories that use trunk/ will work...David Heinemeier Hansson2007-09-301-8/+12
* Moved the SourceAnnotationExtractor to a separate file in case libraries try ...Rick Olson2007-09-282-62/+63
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-281-1/+1
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-283-3/+3
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-262-162/+6
* Fix webrick when using the debugger (closes #9348) [bronson]David Heinemeier Hansson2007-09-251-0/+1
* Fix test (closes #9120) [hasmanyjosh]David Heinemeier Hansson2007-09-251-1/+1
* Use the correct generator name in the docs (closes #9111) [ceefour]David Heinemeier Hansson2007-09-251-1/+1
* Doof. Don't call it with false if it doesn't respond.Jeremy Kemper2007-09-251-1/+1
* Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro]Jeremy Kemper2007-09-251-1/+1
* Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...David Heinemeier Hansson2007-09-252-8/+14
* Include the new 422 in the app generationDavid Heinemeier Hansson2007-09-241-1/+1
* Follow our own conventions (closes #6506) [packagethief]David Heinemeier Hansson2007-09-231-1/+1
* Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]David Heinemeier Hansson2007-09-231-2/+7
* Revert [7574]. Closes #7521.Jeremy Kemper2007-09-231-5/+0
* RailsFCGIHandler tests. Closes #9630.Jeremy Kemper2007-09-231-62/+68
* Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice]David Heinemeier Hansson2007-09-221-0/+1
* Print Rails version when starting console (closes #7440) [eyematz]David Heinemeier Hansson2007-09-221-3/+3
* Fix CSS error in scaffold (closes #7450) [kampers]David Heinemeier Hansson2007-09-221-1/+1
* Added rake db:version to get the current schema version from the command line...David Heinemeier Hansson2007-09-221-0/+5
* Fixed the placement of fixture files for nested models when generating throug...David Heinemeier Hansson2007-09-221-1/+1
* Added TEMPLATE option to rake doc:app to set a custom output template (closes...David Heinemeier Hansson2007-09-221-1/+2
* Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]David Heinemeier Hansson2007-09-221-1/+2
* Doc fixes (closes #8608) [deepblue]David Heinemeier Hansson2007-09-221-12/+6
* Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]David Heinemeier Hansson2007-09-221-1/+2
* Fixes rake annotations to search erb and builder files as well (closes #9150)...David Heinemeier Hansson2007-09-221-2/+2
* Doc fix (closes #9203) [lazyatom]David Heinemeier Hansson2007-09-221-3/+7
* Doc fix (closes #9259) [caio]David Heinemeier Hansson2007-09-221-1/+1
* Plugin license and README should use a dynamic year (closes #9329) [bscofield]David Heinemeier Hansson2007-09-222-2/+2
* Remove last mentions of AWS from railtiesMichael Koziarski2007-09-221-10/+0
* Remove the AWS web_service generatorMichael Koziarski2007-09-225-85/+0
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-222-4/+7
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-212-7/+33
* Removed deprecated task names, like clear_logs, in favor of the new namespace...David Heinemeier Hansson2007-09-211-53/+0
* Updated some docs to reference the latest and greatest and played style nazi ...David Heinemeier Hansson2007-09-201-10/+10
* Support multiple config.after_initialize blocks so plugins and apps can more ...Jeremy Kemper2007-09-181-6/+8
* Added db:drop:all to drop all databases declared in config/database.yml [DHH]David Heinemeier Hansson2007-09-151-11/+22
* Missed Reloadable bits and piecesJeremy Kemper2007-09-141-5/+2
* Don't raise superfluous exception on test failure.Jeremy Kemper2007-09-111-6/+6
* Update copyright spanDavid Heinemeier Hansson2007-09-091-1/+1
* Use attribute pairs instead of the migration name to create add and remove co...Michael Koziarski2007-09-093-20/+29
* Fix task description for db:sessions:create. Closes #9419 [topfunky]Michael Koziarski2007-09-021-1/+1
* Remove duplication in test_help.rb Closes #3328 [jarkko]Michael Koziarski2007-09-021-1/+1