index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor various InstanceTag instance method to class methods. Closes #4800. ...
Marcel Molina
2006-04-25
4
-29
/
+61
*
Make build_postgresql_databases task make databases owned by the postgres use...
Marcel Molina
2006-04-25
2
-3
/
+4
*
Sybase Adapter type conversion cleanup [dev@metacasa.net]
Marcel Molina
2006-04-25
3
-74
/
+69
*
Fix bug where calculations with long alias names return null. [Rick]
Rick Olson
2006-04-25
2
-4
/
+6
*
Remove all remaining references to @params in the documentation.
Marcel Molina
2006-04-25
7
-10
/
+12
*
Add documentation for redirect_to :back's RedirectBackError exception.
Marcel Molina
2006-04-25
2
-0
/
+6
*
always forget the changelog
Rick Olson
2006-04-25
1
-1
/
+1
*
Raise error when trying to add to a has_many :through association. Use the J...
Rick Olson
2006-04-25
4
-1
/
+31
*
Allow all calculations to take the :include option, not just COUNT (closes #4...
Rick Olson
2006-04-25
4
-68
/
+55
*
Change the scaffolding layout to use yield rather than @content_for_layout.
Marcel Molina
2006-04-25
2
-1
/
+3
*
Update layout and content_for documentation to use yield rather than magic @c...
Marcel Molina
2006-04-25
4
-21
/
+27
*
Fix assert_redirected_to tests according to real-world usage.
Rick Olson
2006-04-25
3
-11
/
+38
*
Updated to Builder 2.0 [DHH]
David Heinemeier Hansson
2006-04-25
5
-21
/
+167
*
only require redcloth/bluecloth if they are not already loaded [Rick]
Rick Olson
2006-04-23
1
-2
/
+2
*
Cache CgiRequest#request_parameters so that multiple calls don't re-parse mul...
Rick Olson
2006-04-23
2
-5
/
+8
*
Diff compared routing options. Allow #assert_recognizes to take a second arg...
Rick Olson
2006-04-23
2
-5
/
+27
*
allow -'s in tag names for html scanner when scanning AR xml documents
Rick Olson
2006-04-22
1
-1
/
+1
*
Use ActiveSupport's String#join method
Rick Olson
2006-04-22
1
-4
/
+4
*
Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail...
Marcel Molina
2006-04-22
2
-2
/
+4
*
Diff compared options with #assert_redirected_to [Rick]
Rick Olson
2006-04-22
5
-37
/
+104
*
reset TestRequest#parameters after assigning paramters
Rick Olson
2006-04-22
1
-0
/
+1
*
restore some commented lines
Jamis Buck
2006-04-21
1
-13
/
+13
*
fix to ';' interpretation in route recognition--only follow a route with ';' ...
Jamis Buck
2006-04-21
2
-16
/
+22
*
Add ActiveRecord::Errors#to_xml
Jamis Buck
2006-04-21
3
-0
/
+23
*
Add support in routes for semicolon delimited "subpaths", like /books/:id;:ac...
Jamis Buck
2006-04-21
4
-16
/
+151
*
Properly quote index names in migrations (closes #4764) [John Long]
Rick Olson
2006-04-20
6
-16
/
+17
*
forgot changelog entry
Rick Olson
2006-04-19
1
-0
/
+2
*
Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...
Rick Olson
2006-04-19
5
-25
/
+50
*
Change link_to_function and button_to_function to (optionally) take an update...
Sam Stephenson
2006-04-19
3
-5
/
+42
*
Ensure that Associations#include_eager_conditions? checks both scoped and exp...
Rick Olson
2006-04-19
3
-5
/
+51
*
Associations#select_limited_ids_list adds the ORDER BY columns to the SELECT ...
Rick Olson
2006-04-18
2
-4
/
+7
*
Doc fix
David Heinemeier Hansson
2006-04-18
1
-1
/
+1
*
Its 2006, not 2005
David Heinemeier Hansson
2006-04-16
6
-12
/
+12
*
Fixed that remote_form_for can leave out the object parameter and default to ...
David Heinemeier Hansson
2006-04-16
2
-2
/
+5
*
DRY up association collection reader method generation.
Marcel Molina
2006-04-15
2
-6
/
+7
*
DRY up and tweak style of the validation error object.
Marcel Molina
2006-04-15
1
-14
/
+7
*
Modify ActiveRecord::Base.count so it shares the same signature as #calculate...
Rick Olson
2006-04-14
1
-10
/
+13
*
Correct spurious documentation example code which results in a SyntaxError.
Marcel Molina
2006-04-13
2
-1
/
+3
*
Modify routing so that you can say :require => { :method => :post } for a rou...
Jamis Buck
2006-04-13
2
-5
/
+14
*
Add Array#split for dividing arrays into one or more subarrays by value or block
Sam Stephenson
2006-04-13
3
-1
/
+45
*
Add :case_sensitive option to validates_uniqueness_of (closes #3090) [Rick]
Rick Olson
2006-04-12
3
-3
/
+48
*
Allow multiple association extensions with :extend option (closes #4666) [Jo...
Rick Olson
2006-04-11
5
-1
/
+35
*
Use Aras RubyForge uploader
David Heinemeier Hansson
2006-04-09
7
-679
/
+48
*
Include the calculations fix for a new release of AR
David Heinemeier Hansson
2006-04-09
6
-5
/
+15
*
Prepare for tiny release of 1.1.2
David Heinemeier Hansson
2006-04-09
2
-2
/
+2
*
Added :add_headers option to verify which merges a hash of name/value pairs i...
Sam Stephenson
2006-04-08
3
-4
/
+13
*
Added ActionController.filter_parameter_logging that makes it easy to remove ...
David Heinemeier Hansson
2006-04-07
3
-1
/
+95
*
RAILS_ROOT, please
David Heinemeier Hansson
2006-04-07
1
-1
/
+1
*
Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...
David Heinemeier Hansson
2006-04-07
3
-24
/
+41
*
Don't match commented out RAILS_GEM_VERSIONs.
Nicholas Seckar
2006-04-07
3
-2
/
+6
[next]