aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make Railties *not* include .svn dirs in its gemspec files list #308 [Marcel]David Heinemeier Hansson2004-12-151-1/+1
* Fixed that Base#find will return an array if given an array -- regardless of ...David Heinemeier Hansson2004-12-153-2/+11
* Documented select, collection_select, and country_select #304 [Ulysses]David Heinemeier Hansson2004-12-151-3/+13
* Insignificante...David Heinemeier Hansson2004-12-152-1/+2
* Updated examples to use ApplicationController instead of AbstractApplicationC...David Heinemeier Hansson2004-12-151-7/+10
* Added that controllers will now search for a layout in $template_root/layouts...David Heinemeier Hansson2004-12-151-1/+15
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-157-10/+12
* Brought unit tests up to dateDavid Heinemeier Hansson2004-12-152-16/+13
* Changed validate_* to validates_*_of, so validate_acceptance becomes validate...David Heinemeier Hansson2004-12-153-71/+41
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-1515-16/+271
* Wrapped multi-step operations in transactionsDavid Heinemeier Hansson2004-12-141-16/+22
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-141-1/+0
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-143-4/+12
* Fixed that has_and_belongs_to_many would generate bad sql when naming convent...David Heinemeier Hansson2004-12-142-4/+6
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-143-0/+35
* This patch allows urls to be of the form :module/:controller/:action as well ...David Heinemeier Hansson2004-12-141-1/+10
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-146-16/+59
* Cut dependency on dev-utils by using included breakpoint libDavid Heinemeier Hansson2004-12-134-11/+3
* Slightly less overzealous testingDavid Heinemeier Hansson2004-12-131-7/+1
* Improved the quality of the breakpointing -- especially under FCGIDavid Heinemeier Hansson2004-12-132-5/+8
* Added TemplateError#backtrace that makes it much easier to debug template err...David Heinemeier Hansson2004-12-132-3/+12
* Extended no inclusion of messages if theyre nil to baseDavid Heinemeier Hansson2004-12-131-1/+3
* Fixed bug with reloading associationsDavid Heinemeier Hansson2004-12-131-1/+1
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-133-5/+29
* Updated unit tests to reflect lowercase post as method in form tagsDavid Heinemeier Hansson2004-12-131-3/+3
* Moved methods into the main body as only wiring is needed in append_featuresDavid Heinemeier Hansson2004-12-131-9/+7
* Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...David Heinemeier Hansson2004-12-121-1/+1
* Cleaner deactivation of the breakpoint serverDavid Heinemeier Hansson2004-12-122-2/+10
* Fixed a pattern for module loadingDavid Heinemeier Hansson2004-12-122-2/+5
* Breakpointing that works much better with CGI and FCGIDavid Heinemeier Hansson2004-12-123-87/+98
* Added the possibility of marking fields as being in error without adding a me...David Heinemeier Hansson2004-12-121-2/+2
* Added collusion handling for FCGIDavid Heinemeier Hansson2004-12-122-14/+20
* Added confirmations on successfull connections and resumationsDavid Heinemeier Hansson2004-12-121-3/+21
* Attempted to capture #286 in a unit test, but couldnt get it to failDavid Heinemeier Hansson2004-12-123-1/+13
* Reload the cached column information between requests when the ActionControll...David Heinemeier Hansson2004-12-121-2/+2
* Added methods for resetting the cached information on classes that you want t...David Heinemeier Hansson2004-12-121-5/+10
* Added pattern for specific actions in a modularized controllerDavid Heinemeier Hansson2004-12-121-0/+2
* Only start the breakpoint server when included by dispatchersDavid Heinemeier Hansson2004-12-121-1/+1
* No longer necessary to guard against reincludes with the new reset of inherit...David Heinemeier Hansson2004-12-122-2/+2
* Turn off ACL for localhostDavid Heinemeier Hansson2004-12-121-1/+1
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-129-55/+59
* Display error messages on scaffolded form pagesDavid Heinemeier Hansson2004-12-124-0/+4
* Fixed the default button name on forms generated with formDavid Heinemeier Hansson2004-12-121-3/+6
* Superseeded by rails_generator.rbDavid Heinemeier Hansson2004-12-121-115/+0
* Added option to ERB templates to swallow newlines by using <% if something -%...David Heinemeier Hansson2004-12-122-1/+33
* Remember to include the right breakpoint for the docsDavid Heinemeier Hansson2004-12-121-1/+1
* Differentiate breakpointing on gem or not in an attempt to fix looping problemsDavid Heinemeier Hansson2004-12-123-7/+6
* No longer needed to explicitly pass the session defaults as the error screen ...David Heinemeier Hansson2004-12-121-1/+1
* Fixed CgiRequest so that it'll now accept session options with Symbols as key...David Heinemeier Hansson2004-12-123-3/+15
* Added that render_partial will always by default include a counter with value...David Heinemeier Hansson2004-12-121-1/+8