aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded file that was missed by [8098]Michael Koziarski2007-11-061-0/+0
* Make work with --skip-timestampsDavid Heinemeier Hansson2007-11-061-0/+4
* Fixed that ActionController::CgiRequest#host_with_port() should handle standa...David Heinemeier Hansson2007-11-061-1/+3
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-063-29/+63
* Added --skip-timestamps to generators that produce models (closes #10036) [tp...David Heinemeier Hansson2007-11-044-4/+12
* Don't eliminate the logger by defaultJeremy Kemper2007-11-011-1/+0
* Excise generated whitespace. Closes #10017 [Tim Pope]Jeremy Kemper2007-10-294-21/+3
* Added db:rollback to rollback the schema one version (or multiple as specifie...David Heinemeier Hansson2007-10-262-0/+9
* Remove broken requireMichael Koziarski2007-10-261-1/+0
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-264-35/+15
* Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman]Jeremy Kemper2007-10-261-3/+3
* Fix typo in test_helper. Closes #9925 [viktor tron]Marcel Molina2007-10-262-2/+4
* Request profilerJeremy Kemper2007-10-254-1/+13
* rake test aborts if tests failed. Closes #9962 [Jason Roelofs]Jeremy Kemper2007-10-231-1/+1
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-233-26/+232
* Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ...Jeremy Kemper2007-10-181-8/+11
* Fixed incorrect migration number if script/generate executed outside of Rails...David Heinemeier Hansson2007-10-182-1/+3
* Docfix (cloases #9832)David Heinemeier Hansson2007-10-181-7/+8
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-165-1643/+2648
* Complete AWS -> ARes changeover. Closes #8717 [kampers]Jeremy Kemper2007-10-152-2/+2
* Generated fixtures use the actual primary key instead of id. Closes #4343.Jeremy Kemper2007-10-152-2/+4
* Update gem dependencies to match current versionsJeremy Kemper2007-10-141-4/+4
* Fix environment.rb typos. Closes #9859 [fxn, mikong]Jeremy Kemper2007-10-141-2/+2
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* Model generator tests. Closes #8966 [abhay]Jeremy Kemper2007-10-111-0/+109
* Whitespace fix. Closes #9845.Jeremy Kemper2007-10-111-1/+1
* Added better documentation for generator overwrite options (closes #9842) [wi...David Heinemeier Hansson2007-10-111-7/+17
* config.active_record.whiny_protected_attributes. Closes #9816 [henrik]Jeremy Kemper2007-10-082-21/+1
* Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS.Jeremy Kemper2007-10-082-1/+7
* Improve README documentation. References #8770 [mikel]Michael Koziarski2007-10-081-5/+34
* Create layout dir it's nested. References #9272 [alancfrancis]Jeremy Kemper2007-10-081-0/+1
* Use a configuration check so ActiveRecord can be omitted. References #9699.Jeremy Kemper2007-10-071-1/+3
* Raise ProtectedAttributeAssignmentError in development and test environments ...Jeremy Kemper2007-10-072-0/+21
* 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-072-2/+9
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-052-5/+5
* Remember these for the next releaseDavid Heinemeier Hansson2007-10-051-2/+2
* Tidy up framework initialization code to ensure that it doesn't add folders t...Michael Koziarski2007-10-042-10/+64
* db:create works with remote databases whereas db:create:all only createsdatab...Jeremy Kemper2007-10-022-31/+53
* Add --prefix option to script/server when using mongrel. [dacat] Closes #9716Michael Koziarski2007-10-012-1/+12
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-015-8/+5
* A set secret causes trouble with the cookie storeDavid Heinemeier Hansson2007-10-011-2/+2
* Fixed that installing plugins from SVN repositories that use trunk/ will work...David Heinemeier Hansson2007-09-302-8/+14
* Updated CHANGELOGs. They need to be filtered for duplicatesDavid Heinemeier Hansson2007-09-291-1/+310
* Remind that you need a server restart for initializer defaultsDavid Heinemeier Hansson2007-09-293-1/+5
* Moved the SourceAnnotationExtractor to a separate file in case libraries try ...Rick Olson2007-09-283-62/+65
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-282-2/+5
* [7668] part deux (forgot to add the railties love to the mix)Rick Olson2007-09-281-0/+3
* 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-266-284/+15