| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not... | David Heinemeier Hansson | 2005-03-20 | 2 | -1/+3 |
* | Added a bit more to the session documentation on how to clear sessions | David Heinemeier Hansson | 2005-03-20 | 1 | -2/+5 |
* | add missing entries | Leon Breedt | 2005-03-20 | 1 | -1/+5 |
* | make the response QName match up with that declared for the message in the | Leon Breedt | 2005-03-20 | 1 | -1/+1 |
* | Dont choke on nil bodies | David Heinemeier Hansson | 2005-03-19 | 1 | -2/+2 |
* | Only include attachments that arent blank | David Heinemeier Hansson | 2005-03-19 | 1 | -2/+8 |
* | Added warning about specifying callbacks before associations to trigger inher... | David Heinemeier Hansson | 2005-03-19 | 1 | -0/+4 |
* | Added better quoting and attachments handling in anticipation for ActionMaile... | David Heinemeier Hansson | 2005-03-18 | 3 | -0/+108 |
* | Added the possibility of specifying fixtures in multiple calls #816 [kim@tink... | David Heinemeier Hansson | 2005-03-17 | 3 | -1/+23 |
* | close database.yml after reading in configuration #841 [sebastian.kanthak] | David Heinemeier Hansson | 2005-03-17 | 2 | -2/+2 |
* | Added Base.exists?(id) that'll return true if an object of the class with the... | David Heinemeier Hansson | 2005-03-17 | 3 | -0/+16 |
* | dup the value received from @request, so we modify the copy and not the origi... | Leon Breedt | 2005-03-15 | 1 | -0/+1 |
* | Fixed options_for_select on selected line issue #624 [Florian Weber] | David Heinemeier Hansson | 2005-03-15 | 3 | -0/+15 |
* | Added optionally allow for nil or empty strings with validates_numericality_o... | David Heinemeier Hansson | 2005-03-14 | 3 | -72/+66 |
* | Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm] | David Heinemeier Hansson | 2005-03-14 | 5 | -4/+10 |
* | Remove superfluous begin/end in caching.rb methods #836 | David Heinemeier Hansson | 2005-03-14 | 1 | -16/+6 |
* | Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for.... | David Heinemeier Hansson | 2005-03-14 | 2 | -0/+97 |
* | Fixed :anchor use in url_for #821 [Nicholas Seckar] | David Heinemeier Hansson | 2005-03-14 | 2 | -1/+3 |
* | Remove the duplicated remote_function and make the real deal public | David Heinemeier Hansson | 2005-03-14 | 1 | -23/+11 |
* | Made async callbacks work with :update | David Heinemeier Hansson | 2005-03-14 | 1 | -4/+8 |
* | Made async the default approach and add get_elements_by_class | David Heinemeier Hansson | 2005-03-14 | 1 | -10/+36 |
* | Added asynchronous processing model | David Heinemeier Hansson | 2005-03-14 | 1 | -6/+71 |
* | Removed the reliance on PATH_INFO as it was causing problems for caching and ... | David Heinemeier Hansson | 2005-03-14 | 3 | -16/+3 |
* | Doc fix #805 | David Heinemeier Hansson | 2005-03-14 | 1 | -1/+1 |
* | Moved image_tag to AssetTagHelper | David Heinemeier Hansson | 2005-03-14 | 5 | -30/+31 |
* | Added that all types of after_find/after_initialized callbacks are triggered ... | David Heinemeier Hansson | 2005-03-14 | 3 | -24/+79 |
* | Deal with Safari garbage and allow html_options | David Heinemeier Hansson | 2005-03-13 | 1 | -4/+4 |
* | Added Field.present, .focus, and .clear as JS convenience for working with fo... | David Heinemeier Hansson | 2005-03-13 | 1 | -15/+0 |
* | Added Field.present, .focus, and .clear as JS convenience for working with fo... | David Heinemeier Hansson | 2005-03-13 | 1 | -1/+26 |
* | Added :condition option to abort an update if some condition isnt there | David Heinemeier Hansson | 2005-03-13 | 1 | -5/+9 |
* | Fixed example in docs | David Heinemeier Hansson | 2005-03-13 | 1 | -1/+1 |
* | Checked in some documentation for JavascriptHelper | David Heinemeier Hansson | 2005-03-12 | 1 | -0/+19 |
* | Respect :onclick in link_to_toggle_display | David Heinemeier Hansson | 2005-03-12 | 1 | -1/+2 |
* | Put it in the right module | David Heinemeier Hansson | 2005-03-12 | 1 | -130/+134 |
* | Added first stab at Javascript/Ajax helpers | David Heinemeier Hansson | 2005-03-12 | 1 | -1/+1 |
* | Added first stab at Javascript/Ajax helpers | David Heinemeier Hansson | 2005-03-12 | 1 | -0/+160 |
* | Params for components should treat string and symbol keys indifferently | David Heinemeier Hansson | 2005-03-11 | 1 | -1/+1 |
* | Fixed that symbols can be used on attribute assignment, like page.emails.crea... | David Heinemeier Hansson | 2005-03-10 | 2 | -0/+6 |
* | More incremental work on active schema for MySQL | David Heinemeier Hansson | 2005-03-10 | 2 | -2/+2 |
* | More incremental work on active schema for MySQL | David Heinemeier Hansson | 2005-03-10 | 3 | -13/+45 |
* | allow 0, 1, '0' or '1' to be cast to the appropriate values for boolean | Leon Breedt | 2005-03-10 | 11 | -135/+246 |
* | change type of faultCode in marshaled SOAP faults to a QName, | Leon Breedt | 2005-03-10 | 1 | -1/+1 |
* | Added assigns shortcut for @response.template.assigns to controller test case... | David Heinemeier Hansson | 2005-03-10 | 2 | -1/+21 |
* | Added render_partial/render_partial_collection from controllers for easier Aj... | David Heinemeier Hansson | 2005-03-09 | 2 | -2/+14 |
* | Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended... | David Heinemeier Hansson | 2005-03-09 | 5 | -15/+53 |
* | Fixed textilize to be resilient to getting nil parsed (by using Object#blank?... | David Heinemeier Hansson | 2005-03-09 | 2 | -1/+3 |
* | Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [... | David Heinemeier Hansson | 2005-03-07 | 2 | -2/+7 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 1 | -2/+2 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 12 | -20/+32 |
* | Fixed tests for indifferent access | David Heinemeier Hansson | 2005-03-07 | 1 | -47/+16 |