aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Avoid uneeded queries in session stores if sid is not given."José Valim2010-07-293-5/+4
* Shouldn't have committed this! Revert "avoid calling to_sql twice"Aaron Patterson2010-07-281-7/+4
* avoid calling to_sql twiceAaron Patterson2010-07-281-4/+7
* adding test for respond_to cache_key and cleaning up the ENV settingsNeeraj Singh2010-07-281-14/+33
* test cases for rails_app_version in AS cache.rbNeeraj Singh2010-07-281-0/+14
* adding more test cases for expand_cache_keyNeeraj Singh2010-07-281-0/+10
* removing unused variableNeeraj Singh2010-07-281-2/+0
* Fix middleware testwycats2010-07-271-1/+2
* slight performance improvement when grabbing an arel tableAaron Patterson2010-07-271-1/+1
* fixed joining of attributes when using find_or_create_by with multiple attrib...Jon Buda2010-07-282-1/+10
* Forgot to check in this new filewycats2010-07-271-0/+13
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-276-3/+7
* adds test coverage for edge-cases of Array.wrap, and better documentation for...Xavier Noria2010-07-283-5/+37
* Fix app generator so that it uses the right app_name during rails:update rake...rohit2010-07-271-1/+1
* This is a hash in 1.9.2Santiago Pastorino2010-07-261-1/+1
* fix bad logic in determining if in rails app subdirChad Fowler2010-07-261-1/+2
* Fix deprecation message on info screenDavid Heinemeier Hansson2010-07-261-1/+1
* JRuby should not need system_timer, and cannot install it eitherNick Sieger2010-07-261-1/+0
* Add install script for testing gems locallyDavid Heinemeier Hansson2010-07-261-0/+11
* Spaces, people, spaces!David Heinemeier Hansson2010-07-261-0/+1
* Make Rails 3 RC depend on Bundler RCDavid Heinemeier Hansson2010-07-261-1/+1
* missing requires addedSantiago Pastorino2010-07-261-0/+2
* Rails version updateDavid Heinemeier Hansson2010-07-261-1/+1
* Prep for RCDavid Heinemeier Hansson2010-07-2615-13/+23
* Move runtime back to the Thread.currentJosé Valim2010-07-264-13/+21
* fixing space errorsAaron Patterson2010-07-262-6/+6
* doc: cleanup respond_to documentationWincent Colaiuta2010-07-261-9/+12
* Changed returning with tap on guidesSantiago Pastorino2010-07-262-2/+2
* Test to ensure that falsy objects aren't wrapped by deprecation proxiesLeigh Caplan2010-07-261-0/+22
* Override new on proxy objects so that they never wrap nil or false.Leigh Caplan2010-07-261-0/+7
* XmlMini.rename_key emits valid xml with dasherizeBernerd Schaefer2010-07-262-1/+54
* This is for making sure const_missing is triggered without warningsSantiago Pastorino2010-07-262-5/+8
* Fixes usage message when running rails without --dev on a cloned rails repoSantiago Pastorino2010-07-261-1/+1
* No need to check for :uniqNeeraj Singh2010-07-261-6/+3
* Removed deprecated APIs in text and number helpers [#5156 state:resolved]Łukasz Strzałkowski2010-07-263-91/+5
* Removing unnecessary code [#5192 state:resolved]Thiago Pradi2010-07-262-5/+7
* fix escaping id and parameters in path [#5137 state:resolved]Josef Reidinger2010-07-262-2/+3
* strengthening the test suite for rescue_fromNeeraj Singh2010-07-261-0/+23
* strengthening the rescue_from test suitesNeeraj Singh2010-07-261-0/+14
* Update to latest thor.José Valim2010-07-262-5/+5
* Fix a bug where requires inside of autoloads were being added to the autoload...wycats2010-07-265-5/+73
* using AREL from the environment if it existsAaron Patterson2010-07-251-1/+6
* fisting warningAaron Patterson2010-07-251-1/+1
* Gemfile now makes use of platforms calls with blocks instead of elsif logic t...Santiago Pastorino2010-07-261-19/+20
* Bump up bundlerSantiago Pastorino2010-07-261-1/+1
* Don't interpolate a blank string, avoid warningsSantiago Pastorino2010-07-261-0/+2
* Merge remote branch 'docrails/master'Xavier Noria2010-07-2616-418/+241
|\
| * Fixes syntax error in "with_scope" exampleArkadiusz Holko2010-07-251-1/+1
| * Fix small middlewares typoJack Dempsey2010-07-241-1/+1
| * bringing consistency in commentsNeeraj Singh2010-07-241-14/+17