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
...
*
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
*
Don't define a default primary key in the schema dumper.
Tristan Dunn
2009-08-08
2
-1
/
+8
*
Fix binary fixture test on Windows
Rob
2009-08-08
1
-1
/
+1
*
MySQL: fix diacritic uniqueness test by setting the default character set and...
Hugo Peixoto
2009-08-08
1
-2
/
+2
*
Merge branch 'patches'
Michael Koziarski
2009-08-09
2
-1
/
+30
|
\
|
*
Don't call additional methods on builders passed to the atom_feed helper.
Michael Koziarski
2009-08-09
2
-1
/
+30
|
*
Adding :from scoping to ActiveRecord calculations
Matt Duncan
2009-08-09
3
-0
/
+10
*
|
Add :redirect to the testable RJS statements [#2612 state:resolved]
Jon Wood
2009-08-09
2
-3
/
+17
*
|
Use Pathname for checking if sqlite path is absolute
Pratik Naik
2009-08-09
1
-1
/
+5
*
|
Make sure db:drop doesn't fail when sqlite db is given by an absolute path [#...
bastilian
2009-08-09
1
-1
/
+1
*
|
Enumerable#sum now works will all enumerables, even if they don't respond to ...
Marc-Andre Lafortune
2009-08-08
2
-4
/
+6
*
|
Adding :from scoping to ActiveRecord calculations
Matt Duncan
2009-08-09
3
-0
/
+10
*
|
Fix HTTP basic authentication for long credentials [#2572 state:resolved]
Jan Schwenzien
2009-08-09
2
-1
/
+26
|
/
*
Update truncate documentation / examples to more clearly demonstrate its actu...
Steve St. Martin
2009-08-08
1
-8
/
+10
*
Depend on rubygems 1.3.2
Michael Koziarski
2009-08-09
1
-1
/
+1
*
Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:...
Adam Keys
2009-08-08
2
-4
/
+22
*
Users can now pass :branch for git plugins and :revision for subversion plugins
Matt Duncan
2009-08-08
2
-1
/
+25
[prev]
[next]