aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allocate one less object using html_safe during content_tag constructionJosh Jordan2013-11-141-1/+1
* Remove short circuit return in favor of simple conditionalCarlos Antonio da Silva2013-11-151-4/+7
* Invert conditional to avoid double checking for RegexpCarlos Antonio da Silva2013-11-151-11/+12
* Only check that the option exists once instead of doing on each conditionalCarlos Antonio da Silva2013-11-151-8/+9
* Remove argument that is accessible as attributeCarlos Antonio da Silva2013-11-151-3/+3
* Cache regexp source on format validation to avoid allocating new objectsCarlos Antonio da Silva2013-11-151-2/+2
* Make code simpler to read by using a case statementCarlos Antonio da Silva2013-11-151-2/+6
* Avoid a new hash allocationCarlos Antonio da Silva2013-11-151-1/+1
* Use a simple conditional rather than short circuit with nextCarlos Antonio da Silva2013-11-151-2/+3
* Simplify number parsing logic in numericality validationCarlos Antonio da Silva2013-11-151-10/+3
* Avoid creation of extra hash with merge just to set a valueCarlos Antonio da Silva2013-11-151-1/+3
* Fix test name [ci skip]Carlos Antonio da Silva2013-11-142-3/+1
* Fix AR Changelog examples and improve syntax highlight [ci skip]Carlos Antonio da Silva2013-11-141-12/+12
* Set branch for arel in Gemfile so that we can use bundle local config [ci skip]Carlos Antonio da Silva2013-11-141-1/+1
* Merge pull request #12862 from chancancode/json_gem_compatJeremy Kemper2013-11-143-3/+80
|\
| * Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-143-3/+80
|/
* Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-144-9/+9
* Fix that eager loading of polymorphic associations did not work with associat...David Heinemeier Hansson2013-11-143-4/+10
* Merge pull request #12893 from javan/to-param-addendumRafael Mendonça França2013-11-142-8/+28
|\
| * Addendum to #12891Javan Makhmali2013-11-142-8/+28
* | Merge pull request #12819 from vipulnsward/also_dup_column_typesRafael Mendonça França2013-11-141-3/+4
|\ \
| * | Also dup `column_types` in AR::Result `initialize_copy`Vipul A M2013-11-101-3/+4
* | | Merge pull request #12892 from akshay-vishnoi/refactorRafael Mendonça França2013-11-141-9/+12
|\ \ \ | |_|/ |/| |
| * | avoiding next statementsAkshay Vishnoi2013-11-151-9/+12
* | | Merge pull request #12889 from kuldeepaggarwal/speed_upsRafael Mendonça França2013-11-144-9/+9
|\ \ \
| * | | Used Yield instead of block.callKuldeep Aggarwal2013-11-154-9/+9
* | | | Merge pull request #12891 from javan/to-paramDavid Heinemeier Hansson2013-11-144-0/+65
|\ \ \ \
| * | | | Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att...Javan Makhmali2013-11-144-0/+65
* | | | | Merge pull request #12890 from akshay-vishnoi/refactorRafael Mendonça França2013-11-141-6/+6
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | class methods moved to already defined class<<self blockAkshay Vishnoi2013-11-151-6/+6
* | | | Merge pull request #12886 from akshay-vishnoi/refactorXavier Noria2013-11-141-5/+1
|\| | |
| * | | #presence usedAkshay Vishnoi2013-11-141-5/+1
* | | | Merge pull request #12861 from route/missed_require_for_moduleXavier Noria2013-11-142-3/+0
|\ \ \ \
| * | | | Clean up `require ‘active_support/deprecation’` and remove circular requireDmitry Vorotilin2013-11-142-3/+0
* | | | | Merge pull request #12832 from vipulnsward/move_schema_creationYves Senn2013-11-142-78/+84
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move `SchemaCreation` to its own file instead of `AbstractAdapter`.Vipul A M2013-11-122-78/+84
| | |_|/ | |/| |
* | | | Merge pull request #12884 from akshay-vishnoi/refactorGuillermo Iguaran2013-11-144-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Ruby's new Hash syntax applied in actionmailerMr A2013-11-144-5/+5
* | | | Merge pull request #12845 from amatsuda/should_ar_depend_on_railsGuillermo Iguaran2013-11-131-1/+5
|\ \ \ \
| * | | | Refer to Rails.env only when Rails is definedAkira Matsuda2013-11-111-1/+5
* | | | | Merge pull request #12883 from Amit-Thawait/masterGuillermo Iguaran2013-11-130-0/+0
|\ \ \ \ \
| * | | | | Updated guides link for 3.2.x to latest stable version 3.2.15 [skip-ci]Amit Thawait2013-11-141-1/+1
* | | | | | Get rid of unused variableGuillermo Iguaran2013-11-141-1/+1
* | | | | | Merge pull request #12882 from charliesome/use-rescue-splat-in-suppressGuillermo Iguaran2013-11-131-2/+1
|\ \ \ \ \ \
| * | | | | | Use rescue with a splat rather and catching all and filteringCharlie Somerville2013-11-131-2/+1
* | | | | | | Merge pull request #12874 from chancancode/better_as_loading_guidesRafael Mendonça França2013-11-131-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Make it clear that require 'active_support' is required [ci-skip]Godfrey Chan2013-11-131-1/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #12772 from dmathieu/no_touchingRafael Mendonça França2013-11-135-0/+112
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add #no_touching on ActiveRecord modelsDamien Mathieu2013-11-135-0/+112
* | | | | | | fix weird Emacs auto indentation. [ci skip]Yves Senn2013-11-131-8/+8