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
*
Make ActiveResource#exists? work [#3020 state:resolved]
Jatinder Singh
2009-08-09
2
-2
/
+11
*
Added back support for destroying an association's object by id. [#2306 statu...
Joshua Nichols
2009-08-09
2
-0
/
+23
*
Improving test coverage for Range#sum [#2489]
José Valim
2009-08-09
1
-1
/
+1
*
Fix that Hash#to_xml and Array#to_xml shouldn't modify their options hashes [...
David Burger
2009-08-09
4
-0
/
+16
*
With multiparameter date attributes, the behaviour when empty fields are pres...
Hugo Peixoto
2009-08-09
2
-6
/
+55
*
Add ability to set SSL options on ARes connections.
Roy Nicholson
2009-08-09
6
-3
/
+152
*
validate uniqueness with limit in utf8
Elise Huard
2009-08-09
2
-1
/
+11
*
Fix failing dependencies test relying on . being in LOAD_PATH
Jeremy Kemper
2009-08-09
1
-2
/
+4
*
Extract repetitive method
Jeremy Kemper
2009-08-09
1
-33
/
+37
*
Uses &:foo
Jeremy Kemper
2009-08-09
1
-0
/
+1
*
Fix standalone test missing developer fixture
Jeremy Kemper
2009-08-09
1
-1
/
+2
*
Added a uniqueness validation test that uses diacritics.
Hugo Peixoto
2009-08-09
1
-2
/
+2
*
Fix that RedCloth shouldn't be required to run tests
Jeremy Kemper
2009-08-09
1
-12
/
+18
*
.gitignore activesupport/test/fixtures/isolation_test
Pratik Naik
2009-08-09
1
-0
/
+1
*
Remove unnecessary &block from Range#sum and add tests for (num..float).sum
Pratik Naik
2009-08-09
2
-1
/
+2
*
Make enumerable test run stand alone
Pratik Naik
2009-08-09
1
-0
/
+1
*
Optimize Range#sum only for integers [#2489]
José Valim
2009-08-09
2
-2
/
+4
*
Remove unused routeset method routes_for_controller_and_action in favour for ...
Gabe da Silveira
2009-08-09
1
-7
/
+0
*
Require test/unit in the generated test_helper for plugin [#1878 state:resolved]
jastix
2009-08-09
1
-1
/
+3
*
Allow connect_timeout, read_timeout and write_timeout settings for MySQL [#25...
Matt Conway
2009-08-09
1
-0
/
+4
*
Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]
railsbob
2009-08-09
2
-1
/
+6
*
Allow to configure trusted proxies via ActionController::Base.trusted_proxies...
Felipe Talavera
2009-08-09
3
-2
/
+32
*
Support passing Redcloth options via textilize helper [#2973 state:resolved]
rizwanreza
2009-08-09
2
-3
/
+28
*
Serialized attributes should only be saved with partial_updates when the seri...
Mike Breen
2009-08-09
2
-1
/
+11
*
Get rid of parenthesize argument warnings
Pratik Naik
2009-08-09
1
-5
/
+5
*
Refactored create_migration on model generator.
José Valim
2009-08-09
2
-7
/
+3
*
Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:r...
Hugo Peixoto
2009-08-09
3
-32
/
+32
*
Optimize Range#sum to use arithmetic progression when a block is not given [#...
José Valim
2009-08-09
2
-0
/
+11
*
Fix deprecating =-methods by using send [#2431 status:resolved]
Michael Siebert
2009-08-09
2
-9
/
+13
*
Make http digest work with different server/browser combinations
José Valim
2009-08-09
2
-7
/
+31
*
Changed to use klass instead of constantizing in assign_ids generated method
Dmitry Ratnikov
2009-08-09
2
-13
/
+28
*
Modified Rich Bradley's test-case to fail as part of suite and with a reasona...
Dmitry Ratnikov
2009-08-09
1
-2
/
+16
*
Fixed generating a namespaced model with table pluralization turned off. Add ...
Hugo Peixoto
2009-08-09
3
-2
/
+49
*
Setting connection timeout also affects Net::HTTP open_timeout.
Jeremy Kemper
2009-08-09
2
-7
/
+30
*
Add a .tmp path
Yehuda Katz
2009-08-09
2
-2
/
+4
*
Fix for nested :include with namespaced models.
Rich Bradley
2009-08-09
3
-2
/
+15
*
Make bench harness produce output that is easier to compare
Yehuda Katz
2009-08-09
1
-11
/
+21
*
Updates to benchmark harness.
Yehuda Katz
2009-08-09
1
-2
/
+23
*
Temporary fix to get our LoadError monkey-patch working with newer JRuby. We ...
Yehuda Katz
2009-08-09
1
-1
/
+2
*
Experimental: Improve performance of ActionView by preventing method cache fl...
Yehuda Katz
2009-08-09
2
-13
/
+31
*
Cache controller_path on the AV instance to avoid needing to make additional ...
Yehuda Katz
2009-08-09
1
-1
/
+3
*
Use response_body rather than performed?
Yehuda Katz
2009-08-09
2
-2
/
+2
*
Rendering a template from ActionView will default to looking for partials onl...
Yehuda Katz
2009-08-09
3
-2
/
+5
*
Cache some more things to improve partial perf
Yehuda Katz
2009-08-09
2
-5
/
+9
*
Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.
Yehuda Katz
2009-08-09
3
-10
/
+23
*
Support a warmup for JRuby
Yehuda Katz
2009-08-09
1
-7
/
+6
*
Update minimal.rb to benchmark partials
Yehuda Katz
2009-08-09
6
-5
/
+50
*
Clean up partial object some more; replace passing around a block to a single...
Yehuda Katz
2009-08-09
2
-36
/
+39
*
Clean up initializer and some of the internals of PartialRenderer
Yehuda Katz
2009-08-09
2
-49
/
+45
*
Ruby 1.9 compat: can't implicitly set instance var using block arg
Jeremy Kemper
2009-08-08
1
-2
/
+2
[next]