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
*
Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546
Pratik Naik
2008-04-02
4
-1
/
+26
*
Fix that config.to_prepare dependency error. Closes #10520 [akaspick, Pratik]
Pratik Naik
2008-04-02
1
-2
/
+4
*
Revert [9209] Use Hash#except
Pratik Naik
2008-04-02
3
-50
/
+0
*
Adding Hash#without Closes #7369 [eventualbuddha]
Pratik Naik
2008-04-02
3
-0
/
+50
*
TimeWithZone#method_missing: send to utc to advance with dst correctness, oth...
Geoff Buesing
2008-04-02
3
-18
/
+72
*
spell check
Rick Olson
2008-04-01
1
-1
/
+1
*
Add config.active_support for future configuration options. Also, add more n...
Rick Olson
2008-04-01
3
-0
/
+15
*
Add config.active_support.use_standard_json_time_format setting so that Times...
Rick Olson
2008-04-01
6
-6
/
+31
*
Tweak ActiveRecord::Base#to_json to include a root value in the returned hash...
Rick Olson
2008-04-01
3
-1
/
+47
*
Use class << self
David Heinemeier Hansson
2008-04-01
1
-18
/
+20
*
Add efficient #include? to AssociationCollection (for has_many/has_many :thro...
Rick Olson
2008-04-01
5
-1
/
+98
*
gems should be specified before plugins
David Heinemeier Hansson
2008-04-01
1
-5
/
+5
*
Added examples for config.gem
David Heinemeier Hansson
2008-04-01
1
-0
/
+6
*
Improving railties test coverage. Closes #11496 [miloops]
Jeremy Kemper
2008-04-01
5
-3
/
+26
*
Partial updates off by default
Jeremy Kemper
2008-04-01
1
-1
/
+1
*
Ruby 1.9 compat: toplevel AS reference within BasicObject
Jeremy Kemper
2008-04-01
1
-1
/
+1
*
Ruby 1.9 compat: encoding and multibyte test fixes
Jeremy Kemper
2008-04-01
3
-28
/
+28
*
Ruby 1.9 compat: force encoding for binary comparison tests
Jeremy Kemper
2008-04-01
2
-2
/
+6
*
Ruby 1.9 compat: work around YAML serialization error exposed by validations ...
Jeremy Kemper
2008-04-01
2
-20
/
+20
*
Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap array
Jeremy Kemper
2008-04-01
2
-2
/
+5
*
Ruby 1.9 compat: proc arity
Jeremy Kemper
2008-04-01
1
-4
/
+4
*
style & whitespace
Jeremy Kemper
2008-04-01
1
-8
/
+4
*
Ruby 1.9 compat: don't confuse with headers method call
Jeremy Kemper
2008-04-01
1
-3
/
+3
*
Ruby 1.9: no args is 0 arity, not -1 as in 1.8
Jeremy Kemper
2008-04-01
1
-2
/
+2
*
Ruby 1.9 compat: anonymous class name is nil not '' now
Jeremy Kemper
2008-04-01
1
-1
/
+1
*
Ruby 1.9 compat: anonymous class name is nil not '' now
Jeremy Kemper
2008-04-01
1
-5
/
+5
*
force_encoding to ascii-8bit instead of nil
Jeremy Kemper
2008-04-01
1
-20
/
+18
*
PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n...
Jeremy Kemper
2008-04-01
1
-18
/
+26
*
PostgreSQL: create_ and drop_database support. Closes #9042.
Jeremy Kemper
2008-04-01
3
-0
/
+70
*
Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_*...
Pratik Naik
2008-04-01
2
-0
/
+18
*
Remove unnecessary arguments. References #11491.
Pratik Naik
2008-04-01
1
-4
/
+4
*
Missed adds. References #11491.
Jeremy Kemper
2008-04-01
2
-0
/
+2
*
Support render :partial => collection of heterogeneous elements. Closes #11491.
Jeremy Kemper
2008-04-01
5
-10
/
+63
*
Update generator tests. Closes #11487 [thechrisoshow]
Jeremy Kemper
2008-04-01
6
-159
/
+163
*
Fix migration test when run in GMT zone. Closes #11477 [thechrisoshow]
Jeremy Kemper
2008-04-01
1
-4
/
+19
*
Move it around a bit
David Heinemeier Hansson
2008-04-01
2
-79
/
+64
*
Splitting them up first
David Heinemeier Hansson
2008-04-01
12
-585
/
+644
*
Deprecate some more legacy
David Heinemeier Hansson
2008-03-31
1
-45
/
+19
*
Something more to work with
David Heinemeier Hansson
2008-03-31
3
-1
/
+804
*
Fixed charset/collation for rake db:create (closes #11331) [matt]
David Heinemeier Hansson
2008-03-31
1
-2
/
+2
*
Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik...
Pratik Naik
2008-03-31
3
-6
/
+20
*
Allow files in plugins to be reloaded like the rest of the application. [rick]
Rick Olson
2008-03-31
3
-1
/
+34
*
Bump bundled tmail to r242
Jeremy Kemper
2008-03-31
3
-10
/
+10
*
Ruby 1.9 compat: mark utf-8 encoding.
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Ruby 1.9 compat: use Array() instead of #to_a.
Jeremy Kemper
2008-03-31
1
-1
/
+1
*
rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb
Jeremy Kemper
2008-03-31
2
-1
/
+1
*
Force timestamp update
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Fine, warn. Just don't recurse to death in cc.rb
Jeremy Kemper
2008-03-31
1
-1
/
+1
*
Fix case-sensitive validates_uniqueness_of. Closes #11366 [miloops]
Jeremy Kemper
2008-03-31
2
-19
/
+61
*
Partial updates play nice with updated_at/on timestamps
Jeremy Kemper
2008-03-31
3
-3
/
+9
[next]