aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added note about routing the site rootDavid Heinemeier Hansson2005-03-201-1/+5
* Added pagination support through both a controller and helper add-on #817 [Sa...David Heinemeier Hansson2005-03-205-0/+464
* Introduce to_param to assert_redirected_to #880David Heinemeier Hansson2005-03-201-1/+1
* Routes: Convert results of #to_param to strings #879David Heinemeier Hansson2005-03-202-1/+8
* Combined the script/environment.rb used for gems and regular files version. I...David Heinemeier Hansson2005-03-205-101/+25
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-209-42/+168
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-208-24/+69
* Fixed the PGPORT option used #875David Heinemeier Hansson2005-03-201-3/+3
* Added a much improved Flash module that allows for finer-grained control on e...David Heinemeier Hansson2005-03-205-38/+175
* Added framework support for processing incoming emails with an Action Mailer ...David Heinemeier Hansson2005-03-202-0/+41
* Added receiver method for incoming emailDavid Heinemeier Hansson2005-03-201-1/+6
* Added script/runner which can be used to run code inside the environment by e...David Heinemeier Hansson2005-03-204-3/+14
* More postgresql rakefile tweaking #875David Heinemeier Hansson2005-03-202-2/+9
* Fixed webrick_server cookie handling to allow multiple cookes to be set at on...David Heinemeier Hansson2005-03-202-0/+3
* Added alias_method :to_param, :id to Base, such that Active Record objects to...David Heinemeier Hansson2005-03-202-0/+5
* Added to_param call for parameters when composing an url using url_for from s...David Heinemeier Hansson2005-03-203-3/+29
* Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...David Heinemeier Hansson2005-03-203-1/+4
* Added TextHelper#simple_format as a non-dependency text presentation helper.F...David Heinemeier Hansson2005-03-203-1/+24
* Added that the html options disabled, readonly, and multiple can all be treat...David Heinemeier Hansson2005-03-203-8/+34
* Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST in...David Heinemeier Hansson2005-03-202-6/+14
* Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins]David Heinemeier Hansson2005-03-202-11/+16
* Fixed the Rakefile's interaction with postgresql to quote the user name and u...David Heinemeier Hansson2005-03-202-4/+9
* Added type conversion before saving a record, so string-based values like "10...David Heinemeier Hansson2005-03-203-2/+4
* Added path collection syntax for Routes that will gobble up the rest of the u...David Heinemeier Hansson2005-03-203-3/+40
* changes the CREATE TABLE script for the "binaries" table to use the "image" d...David Heinemeier Hansson2005-03-201-1/+1
* Added more FormTagHelper test cases #860 [Eric Hodel]David Heinemeier Hansson2005-03-201-16/+78
* Added with additional settings for working with transactional fixtures and pr...David Heinemeier Hansson2005-03-203-16/+79
* Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not...David Heinemeier Hansson2005-03-202-1/+3
* Added a bit more to the session documentation on how to clear sessionsDavid Heinemeier Hansson2005-03-201-2/+5
* add missing entriesLeon Breedt2005-03-201-1/+5
* make the response QName match up with that declared for the message in theLeon Breedt2005-03-201-1/+1
* Dont choke on nil bodiesDavid Heinemeier Hansson2005-03-191-2/+2
* 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