aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...David Heinemeier Hansson2004-12-122-4/+12
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-126-45/+46
* Use lower-case post instead of POST as form method for XHTML compliance #290 ...David Heinemeier Hansson2004-12-123-9/+9
* Fix breakpointing by differenciating between gem and notDavid Heinemeier Hansson2004-12-101-1/+7
* Mailer generator should create passing testsDavid Heinemeier Hansson2004-12-103-7/+5
* Fixed problem with cookies not being set to path=/ by default and a test bugg...David Heinemeier Hansson2004-12-102-4/+5
* Options for the new validation methods are now given as a hashDavid Heinemeier Hansson2004-12-103-12/+28
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-106-6/+73
* Added Base.validate_presence as an alternative to implementing validate and d...David Heinemeier Hansson2004-12-103-24/+81
* Set border on link_to_image to 0 by defaultDavid Heinemeier Hansson2004-12-101-0/+8
* Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...David Heinemeier Hansson2004-12-093-0/+65
* Fixed a few issues for the breakpointingDavid Heinemeier Hansson2004-12-093-2/+3
* Added breakpoint retries on rescue screensDavid Heinemeier Hansson2004-12-092-0/+26
* Added preliminary remote breakpoint supportDavid Heinemeier Hansson2004-12-098-20/+750
* Updated the usage documentation for the generator actions for their new homeDavid Heinemeier Hansson2004-12-096-43/+51
* Tidied up Fixtures for better readability and some error checking [bitsweat]David Heinemeier Hansson2004-12-092-42/+61
* Fixed TIMESTAMP columns broken due to TIME handling patchDavid Heinemeier Hansson2004-12-091-11/+15