aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-2214-49/+42
* Updated more documentationDavid Heinemeier Hansson2005-03-225-2/+30
* Added documentation and fixed an ajax bugDavid Heinemeier Hansson2005-03-226-13/+24
* Last-minute ajax fixes #898David Heinemeier Hansson2005-03-223-27/+43
* Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...David Heinemeier Hansson2005-03-223-2/+7
* Applied the Safari fix on both prototype.js filesDavid Heinemeier Hansson2005-03-221-1/+1
* fix for javascript_helper.rb build_callbacks #893David Heinemeier Hansson2005-03-211-3/+5
* Added additional error handling to the FastCGI dispatcher to catch even error...David Heinemeier Hansson2005-03-212-12/+20
* Made the Ajax request itself also use the &_= trick for SafariDavid Heinemeier Hansson2005-03-211-1/+1
* Tweaked the documentationDavid Heinemeier Hansson2005-03-212-5/+13
* Wrong parameter names in observe_field/observe_formDavid Heinemeier Hansson2005-03-211-2/+2
* Protect against nil strings and empty conversion basesDavid Heinemeier Hansson2005-03-211-4/+5
* Made the unquoted subject and body the defaultDavid Heinemeier Hansson2005-03-215-9/+27
* Cleanup pkg when pushing gemsDavid Heinemeier Hansson2005-03-211-1/+1
* Dont repeat error messages in scaffoldsDavid Heinemeier Hansson2005-03-213-9/+3
* Choose a simpler requiring of picking gems or not for library loadingDavid Heinemeier Hansson2005-03-212-21/+8
* Expanded the requires again and included the load pathsDavid Heinemeier Hansson2005-03-211-0/+1
* Expanded the requires again and included the load pathsDavid Heinemeier Hansson2005-03-211-2/+21
* Renamed Toggle.visibility to Toggle.display and fixed it for multiple argumentsDavid Heinemeier Hansson2005-03-212-6/+8
* Fixed js bugDavid Heinemeier Hansson2005-03-212-2/+2
* Add prototype.js to new apps in javascripts/ #885David Heinemeier Hansson2005-03-213-1/+330
* Added a JavascriptHelper and accompanying prototype.js library that opens the...David Heinemeier Hansson2005-03-213-215/+442
* Routes: *path items should use arrays #883David Heinemeier Hansson2005-03-213-6/+26
* Fixed stuff for vendor/railsDavid Heinemeier Hansson2005-03-212-22/+21
* Improved the generated scaffold code a lot to take advantage of recent Rails ...David Heinemeier Hansson2005-03-201-0/+1
* Improved the generated scaffold code a lot to take advantage of recent Rails ...David Heinemeier Hansson2005-03-2011-65/+75
* 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