aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Require test/unit in the generated test_helper for plugin [#1878 state:resolved]jastix2009-08-091-1/+3
* Allow connect_timeout, read_timeout and write_timeout settings for MySQL [#25...Matt Conway2009-08-091-0/+4
* Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]railsbob2009-08-092-1/+6
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-093-2/+32
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-092-3/+28
* Serialized attributes should only be saved with partial_updates when the seri...Mike Breen2009-08-092-1/+11
* Get rid of parenthesize argument warningsPratik Naik2009-08-091-5/+5
* Refactored create_migration on model generator.José Valim2009-08-092-7/+3
* Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:r...Hugo Peixoto2009-08-093-32/+32
* Optimize Range#sum to use arithmetic progression when a block is not given [#...José Valim2009-08-092-0/+11
* Fix deprecating =-methods by using send [#2431 status:resolved]Michael Siebert2009-08-092-9/+13
* Make http digest work with different server/browser combinationsJosé Valim2009-08-092-7/+31
* Changed to use klass instead of constantizing in assign_ids generated methodDmitry Ratnikov2009-08-092-13/+28
* Modified Rich Bradley's test-case to fail as part of suite and with a reasona...Dmitry Ratnikov2009-08-091-2/+16
* Fixed generating a namespaced model with table pluralization turned off. Add ...Hugo Peixoto2009-08-093-2/+49
* Setting connection timeout also affects Net::HTTP open_timeout.Jeremy Kemper2009-08-092-7/+30
* Add a .tmp pathYehuda Katz2009-08-092-2/+4
* Fix for nested :include with namespaced models.Rich Bradley2009-08-093-2/+15
* Make bench harness produce output that is easier to compareYehuda Katz2009-08-091-11/+21
* Updates to benchmark harness.Yehuda Katz2009-08-091-2/+23
* Temporary fix to get our LoadError monkey-patch working with newer JRuby. We ...Yehuda Katz2009-08-091-1/+2
* Experimental: Improve performance of ActionView by preventing method cache fl...Yehuda Katz2009-08-092-13/+31
* Cache controller_path on the AV instance to avoid needing to make additional ...Yehuda Katz2009-08-091-1/+3
* Use response_body rather than performed?Yehuda Katz2009-08-092-2/+2
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-093-2/+5
* Cache some more things to improve partial perfYehuda Katz2009-08-092-5/+9
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-093-10/+23
* Support a warmup for JRubyYehuda Katz2009-08-091-7/+6
* Update minimal.rb to benchmark partialsYehuda Katz2009-08-096-5/+50
* Clean up partial object some more; replace passing around a block to a single...Yehuda Katz2009-08-092-36/+39
* Clean up initializer and some of the internals of PartialRendererYehuda Katz2009-08-092-49/+45
* Ruby 1.9 compat: can't implicitly set instance var using block argJeremy Kemper2009-08-081-2/+2
* Don't define a default primary key in the schema dumper.Tristan Dunn2009-08-082-1/+8
* Fix binary fixture test on WindowsRob2009-08-081-1/+1
* MySQL: fix diacritic uniqueness test by setting the default character set and...Hugo Peixoto2009-08-081-2/+2
* Merge branch 'patches'Michael Koziarski2009-08-092-1/+30
|\
| * Don't call additional methods on builders passed to the atom_feed helper.Michael Koziarski2009-08-092-1/+30
| * Adding :from scoping to ActiveRecord calculationsMatt Duncan2009-08-093-0/+10
* | Add :redirect to the testable RJS statements [#2612 state:resolved]Jon Wood2009-08-092-3/+17
* | Use Pathname for checking if sqlite path is absolutePratik Naik2009-08-091-1/+5
* | Make sure db:drop doesn't fail when sqlite db is given by an absolute path [#...bastilian2009-08-091-1/+1
* | Enumerable#sum now works will all enumerables, even if they don't respond to ...Marc-Andre Lafortune2009-08-082-4/+6
* | Adding :from scoping to ActiveRecord calculationsMatt Duncan2009-08-093-0/+10
* | Fix HTTP basic authentication for long credentials [#2572 state:resolved]Jan Schwenzien2009-08-092-1/+26
|/
* Update truncate documentation / examples to more clearly demonstrate its actu...Steve St. Martin2009-08-081-8/+10
* Depend on rubygems 1.3.2Michael Koziarski2009-08-091-1/+1
* Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:...Adam Keys2009-08-082-4/+22
* Users can now pass :branch for git plugins and :revision for subversion pluginsMatt Duncan2009-08-082-1/+25
* Improved coverage for session_migration generator. [#3008 status:resolved]José Valim2009-08-082-3/+7
* Fixed reference to AR::SessionStore::Session.table_name in session migrationsElad Meidar2009-08-083-2/+20