aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add timeout to test_async_streamGaurish Sharma2013-08-021-1/+1
* Merge pull request #11601 from TylerRick/dont_permanently_silence_all_warningsRafael Mendonça França2013-07-301-2/+0
|\
| * Remove $VERBOSE = nil from tasks.rbTyler Rick2013-07-251-2/+0
* | Merge pull request #11606 from vipulnsward/refactor_array_parserRafael Mendonça França2013-07-301-15/+22
|\ \
| * | Refactor `ArrayParser`Vipul A M2013-07-261-15/+22
* | | Merge pull request #11668 from neerajdotname/make_test_order_independent_2Rafael Mendonça França2013-07-302-3/+6
|\ \ \
| * | | assert_no_queries should ignore certain sqlsNeeraj Singh2013-07-301-1/+3
| * | | assert_no_queries should allow to ignore some queriesNeeraj Singh2013-07-301-2/+3
* | | | all `scope_chain` methods allocate new arrays, no need to dupAaron Patterson2013-07-301-1/+1
* | | | Merge pull request #11673 from jetthoughts/11671_describe_access_to_helpers_f...Rafael Mendonça França2013-07-301-1/+1
|\ \ \ \
| * | | | Improve documentation for controller how to get included helpers [ci skip]Paul Nikitochkin2013-07-301-1/+1
* | | | | Merge pull request #11672 from henrikhodne/patch-1Rafael Mendonça França2013-07-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add retry to `gem install bundler` for TravisHenrik Hodne2013-07-301-1/+1
|/ / / /
* | | | Merge pull request #11664 from thedarkone/digestor-thread-safetyRafael Mendonça França2013-07-301-9/+29
|\ \ \ \
| * | | | AV::Digestor thread safety fixes.thedarkone2013-07-301-9/+29
|/ / / /
* | | | Don't mutate the original inflections instance in the testsAndrew White2013-07-302-20/+22
* | | | Add CHANGELOG entry for inflection removalAndrew White2013-07-301-0/+4
* | | | Don't have a cow, man!Andrew White2013-07-301-1/+0
* | | | Merge branch 'revert-order-prepending'Rafael Mendonça França2013-07-308-21/+34
|\ \ \ \
| * | | | Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-298-21/+34
* | | | | Merge pull request #10673 from sgrif/masterRafael Mendonça França2013-07-295-35/+98
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add ability to specify how a class is converted to Arel predicatesgrif2013-07-285-35/+98
* | | | | only calculate the klass onceAaron Patterson2013-07-291-1/+2
* | | | | Merge pull request #11358 from Alamoz/asset_pipelineXavier Noria2013-07-291-229/+537
|\ \ \ \ \
| * | | | | Update of 'The Asset Pipeline' guide for Rails 4. [ci skip]Adrien Lamothe2013-07-261-229/+537
* | | | | | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-296-0/+50
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Added Time#middle_of_dayAnatoli Makarevich2013-07-286-1/+51
* | | | | | Merge pull request #11654 from robin850/freebsdXavier Noria2013-07-291-0/+28
|\ \ \ \ \ \
| * | | | | | Add installation instructions for FreeBSD [ci skip]Robin Dupret2013-07-291-0/+28
* | | | | | | Merge pull request #11651 from neerajdotname/log_should_mimick_original_log_m...Carlos Antonio da Silva2013-07-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | interceptor should mimick original methodNeeraj Singh2013-07-291-1/+1
* | | | | | | | Merge pull request #11653 from ankit8898/typoCarlos Antonio da Silva2013-07-291-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fixing the broken URL [skip ci]Ankit Gupta2013-07-291-1/+1
|/ / / / / / /
* | | | | | | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-297-4/+21
* | | | | | | Merge pull request #11649 from neerajdotname/use_method_with_active_record_de...Carlos Antonio da Silva2013-07-291-30/+20
|\ \ \ \ \ \ \
| * | | | | | | use method with_active_record_default_timezoneNeeraj Singh2013-07-291-30/+20
| |/ / / / / /
* | | | | | | Move changelog entry to the top [ci skip]Carlos Antonio da Silva2013-07-291-5/+7
* | | | | | | Merge pull request #11648 from prathamesh-sonpatki/doc-fixYves Senn2013-07-291-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Improved the doc about showing posts in getting started guide [ci skip]Prathamesh Sonpatki2013-07-291-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #11646 from neerajdotname/remove_duplicate_methodYves Senn2013-07-291-7/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | remove duplicate methodNeeraj Singh2013-07-291-7/+0
|/ / / / / /
* | | | | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-283-1/+7
* | | | | | Merge pull request #11608 from arunagw/ruby-from-rubygemsAaron Patterson2013-07-286-12/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | grab executable from rubygemsArun Agrawal2013-07-266-12/+6
* | | | | | Avoid "uninitialized constant ActiveRecord::PendingMigrationError::Rails"Akira Matsuda2013-07-291-1/+1
* | | | | | Revert "fix order dependent test related to migration"Akira Matsuda2013-07-291-4/+0
* | | | | | Properly repair validations when dynamically addedAkira Matsuda2013-07-291-24/+30
* | | | | | Clear class ivar before testingAkira Matsuda2013-07-291-0/+2
* | | | | | Unneeded assertionAkira Matsuda2013-07-291-1/+1
* | | | | | Don't rewrite AR connection#commit_db_transaction method globallyAkira Matsuda2013-07-291-4/+4