aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Only include attachments that arent blankDavid Heinemeier Hansson2005-03-191-2/+8
* Added warning about specifying callbacks before associations to trigger inher...David Heinemeier Hansson2005-03-191-0/+4
* Added better quoting and attachments handling in anticipation for ActionMaile...David Heinemeier Hansson2005-03-183-0/+108
* Added the possibility of specifying fixtures in multiple calls #816 [kim@tink...David Heinemeier Hansson2005-03-173-1/+23
* close database.yml after reading in configuration #841 [sebastian.kanthak]David Heinemeier Hansson2005-03-172-2/+2
* Added Base.exists?(id) that'll return true if an object of the class with the...David Heinemeier Hansson2005-03-173-0/+16
* dup the value received from @request, so we modify the copy and not the origi...Leon Breedt2005-03-151-0/+1
* Fixed options_for_select on selected line issue #624 [Florian Weber]David Heinemeier Hansson2005-03-153-0/+15
* Added optionally allow for nil or empty strings with validates_numericality_o...David Heinemeier Hansson2005-03-143-72/+66
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-145-4/+10
* Remove superfluous begin/end in caching.rb methods #836David Heinemeier Hansson2005-03-141-16/+6
* Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for....David Heinemeier Hansson2005-03-142-0/+97
* Fixed :anchor use in url_for #821 [Nicholas Seckar]David Heinemeier Hansson2005-03-142-1/+3
* Remove the duplicated remote_function and make the real deal publicDavid Heinemeier Hansson2005-03-141-23/+11
* Made async callbacks work with :updateDavid Heinemeier Hansson2005-03-141-4/+8
* Made async the default approach and add get_elements_by_classDavid Heinemeier Hansson2005-03-141-10/+36
* Added asynchronous processing modelDavid Heinemeier Hansson2005-03-141-6/+71
* Removed the reliance on PATH_INFO as it was causing problems for caching and ...David Heinemeier Hansson2005-03-143-16/+3
* Doc fix #805David Heinemeier Hansson2005-03-141-1/+1
* Moved image_tag to AssetTagHelperDavid Heinemeier Hansson2005-03-145-30/+31
* Added that all types of after_find/after_initialized callbacks are triggered ...David Heinemeier Hansson2005-03-143-24/+79
* Deal with Safari garbage and allow html_optionsDavid Heinemeier Hansson2005-03-131-4/+4
* Added Field.present, .focus, and .clear as JS convenience for working with fo...David Heinemeier Hansson2005-03-131-15/+0
* Added Field.present, .focus, and .clear as JS convenience for working with fo...David Heinemeier Hansson2005-03-131-1/+26
* Added :condition option to abort an update if some condition isnt thereDavid Heinemeier Hansson2005-03-131-5/+9
* Fixed example in docsDavid Heinemeier Hansson2005-03-131-1/+1
* Checked in some documentation for JavascriptHelperDavid Heinemeier Hansson2005-03-121-0/+19
* Respect :onclick in link_to_toggle_displayDavid Heinemeier Hansson2005-03-121-1/+2
* Put it in the right moduleDavid Heinemeier Hansson2005-03-121-130/+134
* Added first stab at Javascript/Ajax helpersDavid Heinemeier Hansson2005-03-121-1/+1
* Added first stab at Javascript/Ajax helpersDavid Heinemeier Hansson2005-03-121-0/+160
* Params for components should treat string and symbol keys indifferentlyDavid Heinemeier Hansson2005-03-111-1/+1
* Fixed that symbols can be used on attribute assignment, like page.emails.crea...David Heinemeier Hansson2005-03-102-0/+6
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-102-2/+2
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-103-13/+45
* allow 0, 1, '0' or '1' to be cast to the appropriate values for booleanLeon Breedt2005-03-1011-135/+246
* change type of faultCode in marshaled SOAP faults to a QName,Leon Breedt2005-03-101-1/+1
* Added assigns shortcut for @response.template.assigns to controller test case...David Heinemeier Hansson2005-03-102-1/+21
* Added render_partial/render_partial_collection from controllers for easier Aj...David Heinemeier Hansson2005-03-092-2/+14
* Added TagHelper#image_tag and deprecated UrlHelper#link_image_to (recommended...David Heinemeier Hansson2005-03-095-15/+53
* Fixed textilize to be resilient to getting nil parsed (by using Object#blank?...David Heinemeier Hansson2005-03-092-1/+3
* Fixed that the :multipart option in FormTagHelper#form_tag would be ignored [...David Heinemeier Hansson2005-03-072-2/+7
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-071-2/+2
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-0712-20/+32
* Fixed tests for indifferent accessDavid Heinemeier Hansson2005-03-071-47/+16
* Fixed Hash#indifferent_access to also deal with include? and fetch and nested...David Heinemeier Hansson2005-03-073-1/+92
* More fixes for symlinked setups #793 [phantom]David Heinemeier Hansson2005-03-073-7/+5
* Fixed that the routes.rb file wouldn't be found on symlinked setups due to Fi...David Heinemeier Hansson2005-03-062-1/+3
* Fix database creation for postgres (again) #790 [adamm <gnuman1@gmail.com>]David Heinemeier Hansson2005-03-061-2/+2
* Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]David Heinemeier Hansson2005-03-062-1/+3