aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-252-1/+3
* Update layout and content_for documentation to use yield rather than magic @c...Marcel Molina2006-04-254-21/+27
* Fix assert_redirected_to tests according to real-world usage.Rick Olson2006-04-253-11/+38
* Updated to Builder 2.0 [DHH]David Heinemeier Hansson2006-04-255-21/+167
* only require redcloth/bluecloth if they are not already loaded [Rick]Rick Olson2006-04-231-2/+2
* Cache CgiRequest#request_parameters so that multiple calls don't re-parse mul...Rick Olson2006-04-232-5/+8
* Diff compared routing options. Allow #assert_recognizes to take a second arg...Rick Olson2006-04-232-5/+27
* allow -'s in tag names for html scanner when scanning AR xml documentsRick Olson2006-04-221-1/+1
* Use ActiveSupport's String#join methodRick Olson2006-04-221-4/+4
* Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail...Marcel Molina2006-04-222-2/+4
* Diff compared options with #assert_redirected_to [Rick]Rick Olson2006-04-225-37/+104
* reset TestRequest#parameters after assigning paramtersRick Olson2006-04-221-0/+1
* restore some commented linesJamis Buck2006-04-211-13/+13
* fix to ';' interpretation in route recognition--only follow a route with ';' ...Jamis Buck2006-04-212-16/+22
* Add ActiveRecord::Errors#to_xmlJamis Buck2006-04-213-0/+23
* Add support in routes for semicolon delimited "subpaths", like /books/:id;:ac...Jamis Buck2006-04-214-16/+151
* Properly quote index names in migrations (closes #4764) [John Long]Rick Olson2006-04-206-16/+17
* forgot changelog entryRick Olson2006-04-191-0/+2
* Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...Rick Olson2006-04-195-25/+50
* Change link_to_function and button_to_function to (optionally) take an update...Sam Stephenson2006-04-193-5/+42
* Ensure that Associations#include_eager_conditions? checks both scoped and exp...Rick Olson2006-04-193-5/+51
* Associations#select_limited_ids_list adds the ORDER BY columns to the SELECT ...Rick Olson2006-04-182-4/+7
* Doc fixDavid Heinemeier Hansson2006-04-181-1/+1
* Its 2006, not 2005David Heinemeier Hansson2006-04-166-12/+12
* Fixed that remote_form_for can leave out the object parameter and default to ...David Heinemeier Hansson2006-04-162-2/+5
* DRY up association collection reader method generation.Marcel Molina2006-04-152-6/+7
* DRY up and tweak style of the validation error object.Marcel Molina2006-04-151-14/+7
* Modify ActiveRecord::Base.count so it shares the same signature as #calculate...Rick Olson2006-04-141-10/+13
* Correct spurious documentation example code which results in a SyntaxError.Marcel Molina2006-04-132-1/+3
* Modify routing so that you can say :require => { :method => :post } for a rou...Jamis Buck2006-04-132-5/+14
* Add Array#split for dividing arrays into one or more subarrays by value or blockSam Stephenson2006-04-133-1/+45
* Add :case_sensitive option to validates_uniqueness_of (closes #3090) [Rick]Rick Olson2006-04-123-3/+48
* Allow multiple association extensions with :extend option (closes #4666) [Jo...Rick Olson2006-04-115-1/+35
* Use Aras RubyForge uploaderDavid Heinemeier Hansson2006-04-097-679/+48
* Include the calculations fix for a new release of ARDavid Heinemeier Hansson2006-04-096-5/+15
* Prepare for tiny release of 1.1.2David Heinemeier Hansson2006-04-092-2/+2
* Added :add_headers option to verify which merges a hash of name/value pairs i...Sam Stephenson2006-04-083-4/+13
* Added ActionController.filter_parameter_logging that makes it easy to remove ...David Heinemeier Hansson2006-04-073-1/+95
* RAILS_ROOT, pleaseDavid Heinemeier Hansson2006-04-071-1/+1
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-073-24/+41
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-073-2/+6
* Not all file systems are case sensitive. Things like 'rake gem' were failingScott Barron2006-04-073-4/+4
* fix calculations for the Oracle Adapter (closes #4626) [Michael Schoen]Rick Olson2006-04-061-2/+2
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-063-10/+29
* Fixed that that multiparameter assignment doesn't work with aggregations (clo...David Heinemeier Hansson2006-04-064-2/+17
* Fix type_name_with_module to handle type names that begin with '::'. Closes #...Nicholas Seckar2006-04-063-1/+8
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-062-6/+13
* Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com]Rick Olson2006-04-063-1/+16
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-0617-22/+29
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-064-88/+68