aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ops, this should be beta4.José Valim2010-06-241-1/+1
* Fix namespaced redirects [#4389 state:resolved]Andrew White2010-06-242-1/+15
* Fix bug where ActiveResource::HttpMock would overwrite Accept/Content-Type he...Elomar França2010-06-242-2/+85
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-2434-317/+266
* Add tests for relation count. Fix other tests that were conceptually wrong.Emilio Tagua2010-06-242-2/+6
* Remove run_initializers from class methods.José Valim2010-06-242-33/+14
* Fix initializable testsJeremy Kemper2010-06-241-1/+1
* Move Collection responsibility from application to initializableJeremy Kemper2010-06-242-2/+2
* Speed up boot by tsorting as infrequently as possibleJeremy Kemper2010-06-243-9/+4
* Don't halt railties tests on failuresJeremy Kemper2010-06-241-2/+2
* Array#sample now exists, so test for #forty_two insteadJeremy Kemper2010-06-241-1/+1
* Support an extra profile printer argJeremy Kemper2010-06-241-1/+3
* Show GC time and # of runs tooJeremy Kemper2010-06-231-1/+3
* Avoid using Pathname on Resolver and AS::Dependencies.José Valim2010-06-242-7/+16
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-2410-54/+59
* Remove incorrect comment regarding #initialize_copyPaul Gillard2010-06-231-8/+0
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-239-35/+198
* adding fix for to_xml for ActiveRecord relation objectNeeraj Singh2010-06-232-1/+6
* ActiveRecord's relation object should respond to to_json and to_yamlNeeraj Singh2010-06-232-1/+11
* adding column named 'group' to ensure that nothing breaks given that 'group' ...Neeraj Singh2010-06-233-6/+7
* Expose view via the view() method in AV::TestCase::BehaviorDavid Chelimsky2010-06-232-17/+24
* In ActionView::TestCase::Behavior, assign variables right beforeDavid Chelimsky2010-06-233-2/+16
* Regression with how base errors messages are added to a model. Works correctl...Josh Kalderimis2010-06-233-5/+20
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-2314-61/+186
* Don't clone associations [#4894 state:resolved]Paul Gillard2010-06-232-0/+9
* Fixes encoding mistakes on old_base/mail_service testsSantiago Pastorino2010-06-231-3/+3
* make text_field and hidden_field omit the value attribute if the developer ex...Jeff Dean2010-06-232-4/+14
* remove_column should raise an ArgumentError when no columns are passed [#4803...Jeff Dean2010-06-233-0/+6
* Fix controller_name for non default controller paths [#4901 state:resolved]knapo2010-06-232-1/+39
* Tidy up asset tag a bit and make railties tests green again.José Valim2010-06-233-29/+24
* refactored the javascript asset tag helpers and moved the default scripts set...Josh Kalderimis2010-06-233-29/+21
* Update CHANGELOG.José Valim2010-06-231-0/+6
* Add the :path option to match routes when given as symbols. This is specially...Carlos Antonio da Silva2010-06-232-10/+28
* Provive resources_path_names helpers in the router.José Valim2010-06-232-0/+15
* Stop filling the blocks scope array with nil.José Valim2010-06-221-1/+3
* Allow namespace accept options in routes [#4936 state:resolved]Carlos Antonio da Silva2010-06-222-3/+17
* Deprecate :name_prefix in the new router DSL.José Valim2010-06-223-23/+27
* Fix connection reloading in development mode. [#4929 state:resolved]Edgars Beigarts2010-06-222-3/+6
* should be able to run ActiveModel validations_test [#4933 state:resolved]Neeraj Singh2010-06-221-0/+1
* Avoid method redefined warningSantiago Pastorino2010-06-221-1/+4
* Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:re...Trevor Turk2010-06-221-1/+1
* Fix small bug where ActiveRecord::PredicateBuilder#build_from_hash didn't tes...James Harton2010-06-221-1/+1
* test for #4917Neeraj Singh2010-06-221-0/+7
* Remove unused variable on assert_recognizes [#4912 state:resolved]Paco Guzman2010-06-221-1/+0
* Missing require for the class/attribute.rb [4812 state:resolved]Prem Sichanugrist2010-06-221-0/+1
* update the list of instance variables that are excluded from assigns in view ...David Chelimsky2010-06-221-9/+10
* Clean CHANGELOG whitespace.Emilio Tagua2010-06-221-254/+254
* Fix order method to accept relation attributes.Emilio Tagua2010-06-222-3/+7
* Use the new query API in AR performance script.Emilio Tagua2010-06-221-3/+3
* preventing memcached initialization errors with default servers list [#4921 s...David Calavera2010-06-222-2/+2