aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed Base.errors to be indifferent as to whether strings or symbols are used.David Heinemeier Hansson2004-12-093-15/+47
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-093-9/+51
* Changed the Proc for a string to avoid repetition problemsDavid Heinemeier Hansson2004-12-091-5/+3
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-093-4/+70
* Added validation macros to make the stackable just like the lifecycle callbacksDavid Heinemeier Hansson2004-12-093-2/+69
* We need to pass the name when deleting the cookieDavid Heinemeier Hansson2004-12-091-1/+1
* Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...David Heinemeier Hansson2004-12-092-1/+8
* A fix that actually works...David Heinemeier Hansson2004-12-081-1/+1
* Callbacks added to the inheritable que should only be called once -- even as ...David Heinemeier Hansson2004-12-081-1/+1
* scope_condition defaults to 1 on list mixinDavid Heinemeier Hansson2004-12-081-3/+3
* Added mixins to install.rbDavid Heinemeier Hansson2004-12-081-1/+3
* Cleaned up the class_eval stuff in the new mixins a bitDavid Heinemeier Hansson2004-12-082-9/+8
* Forgot to include Mixins::Touch by defaultDavid Heinemeier Hansson2004-12-081-0/+1
* Added ActiveRecord::Mixins::Touch that will record creation and update times ...David Heinemeier Hansson2004-12-082-1/+50
* Added ActiveRecord::Mixins::List that can decorates an existing class with me...David Heinemeier Hansson2004-12-082-1/+16
* Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis...David Heinemeier Hansson2004-12-083-154/+157
* Unofficially added ListMixinDavid Heinemeier Hansson2004-12-081-0/+154
* Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if...David Heinemeier Hansson2004-12-081-2/+4
* Killed the out of place alias and made sure you can use the different HTTP me...David Heinemeier Hansson2004-12-082-6/+17
* Only nuke the AbstractApplicationController if its availableDavid Heinemeier Hansson2004-12-081-1/+1
* Added named bind-style variable interpolation #281 [Michael Koziarski]David Heinemeier Hansson2004-12-083-6/+60
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@77 5ecf4fe2-1ee6-03...David Heinemeier Hansson2004-12-081-1/+0
* Updated Builder to 1.2.2David Heinemeier Hansson2004-12-081-1/+4