aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove deprecated `ActiveRecord::Fixtures` constantRafael Mendonça França2015-01-041-6/+0
| * | | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`Rafael Mendonça França2015-01-043-13/+4
| * | | | Remove deprecated access to connection specification using a string acessor.Rafael Mendonça França2015-01-043-58/+7
| * | | | Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-048-81/+38
| * | | | Return an array of pools from `connection_pools`Rafael Mendonça França2015-01-043-13/+6
| * | | | Return a null column from `column_for_attribute` when no column exists.Rafael Mendonça França2015-01-045-16/+36
| * | | | Remove deprecated `serialized_attributes`Rafael Mendonça França2015-01-043-19/+4
| * | | | Remove `cache_attributes` and friendsRafael Mendonça França2015-01-042-25/+0
| * | | | Remove deprecated automatic counter caches on `has_many :through`Rafael Mendonça França2015-01-043-40/+4
| * | | | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D...Rafael Mendonça França2015-01-044-49/+5
| * | | | Change the default template handler from `ERB` to `Raw`.Rafael Mendonça França2015-01-043-8/+9
| * | | | Remove deprecated `AbstractController::Base::parent_prefixes`Rafael Mendonça França2015-01-043-35/+7
| * | | | Remove deprecated assertion filesRafael Mendonça França2015-01-044-9/+4
| * | | | Remove deprecated usage of string keys in URL helpersRafael Mendonça França2015-01-043-37/+5
| * | | | Remove deprecated `only_path` option on `*_path` helpersRafael Mendonça França2015-01-043-72/+5
| * | | | Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-046-94/+10
| * | | | Remove deprecated `NamedRouteCollection#helpers`Rafael Mendonça França2015-01-042-8/+4
| * | | | Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-043-47/+10
| * | | | Remove deprecated `ActionDispatch::Response#to_ary`Rafael Mendonça França2015-01-043-31/+6
| * | | | Remove deprecated `ActionDispatch::Request#deep_munge`Rafael Mendonça França2015-01-042-9/+4
| * | | | Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`Rafael Mendonça França2015-01-042-8/+4
| * | | | Remove deprecated option `use_route` in controller testsRafael Mendonça França2015-01-044-63/+5
| * | | | Remove deprecated ActionMailer deliver & deliver!claudiob2015-01-043-39/+4
| * | | | Change the default test order from `:sorted` to `:random`Rafael Mendonça França2015-01-043-30/+18
| * | | | Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.Rafael Mendonça França2015-01-043-46/+4
| * | | | Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=Rafael Mendonça França2015-01-043-43/+5
| * | | | Remove deprecated `ActiveSupport::SafeBuffer#prepend`Rafael Mendonça França2015-01-043-16/+4
| * | | | Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-047-128/+49
| * | | | Remove deprecated core_ext/big_decimal/yaml_conversions fileRafael Mendonça França2015-01-043-25/+5
| * | | | Remove deprecated ActiveSupport::Cache::Store.instrumentRafael Mendonça França2015-01-042-14/+5
|/ / / /
* | | | Merge pull request #18324 from prathamesh-sonpatki/rails-version-in-bug-templ...Vijay Dev2015-01-042-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update bug report templates to use version 4.2.0 instead of 5.0.0 [ci skip]Prathamesh Sonpatki2015-01-042-2/+2
|/ / /
* | | Merge pull request #18319 from kamipo/sql_type_has_been_determinedRafael Mendonça França2015-01-041-4/+2
|\ \ \
| * | | `sql_type` has been determined already when quoting defaultsRyuta Kamizono2015-01-041-4/+2
* | | | Merge pull request #18318 from kamipo/stop_passing_the_column_when_quoting_de...Rafael Mendonça França2015-01-041-1/+2
|\ \ \ \
| * | | | Stop passing the column to the `quote` method when quoting defaultsRyuta Kamizono2015-01-041-1/+2
| |/ / /
* | | | Merge pull request #18283 from kamipo/refactor_postgresql_columnRafael Mendonça França2015-01-0318-30/+29
|\ \ \ \
| * | | | Prefer `array?` rather than `array`Ryuta Kamizono2015-01-0418-30/+29
| |/ / /
* | | | Improve the matches on the scaffold generator testsCarlos Antonio da Silva2015-01-031-9/+8
* | | | Merge pull request #13434 from tanraya/local_variablesCarlos Antonio da Silva2015-01-035-6/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Use local variables in _form.html.erb generated by scaffold generator.tanraya2014-07-265-6/+21
* | | | Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-0333-81/+507
|\ \ \ \
| * | | | Add config to halt callback chain on return falseclaudiob2015-01-0212-19/+191
| * | | | Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-0215-47/+191
| * | | | Deprecate `false` as the way to halt AM callbacksclaudiob2015-01-023-6/+15
| * | | | Deprecate `false` as the way to halt AM validation callbacksclaudiob2015-01-023-6/+28
| * | | | Deprecate `false` as the way to halt AS callbacksclaudiob2015-01-024-4/+36
| * | | | Throw :abort halts default CallbackChainsclaudiob2015-01-027-14/+68
| * | | | Loosen test about order of initializersclaudiob2015-01-021-10/+5
* | | | | Remove some warningsRafael Mendonça França2015-01-031-32/+32