Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Remove deprecated `Rails::Rack::LogTailer` | Rafael Mendonça França | 2015-01-04 | 3 | -39/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `RAILS_CACHE` constant | Rafael Mendonça França | 2015-01-04 | 2 | -19/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `serve_static_assets` configuration | Rafael Mendonça França | 2015-01-04 | 3 | -37/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecation warning when log_level is not explicit set on production | Rafael Mendonça França | 2015-01-04 | 3 | -53/+1 | |
| | | | | | | ||||||
| * | | | | | Change the behavior of boolean columns to be closer to Ruby's semantics. | Rafael Mendonça França | 2015-01-04 | 4 | -19/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change we had a small set of "truthy", and all others are "falsy". Now, we have a small set of "falsy" values and all others are "truthy" matching Ruby's semantics. | |||||
| * | | | | | Change transaction callbacks to not swallowing errors. | Rafael Mendonça França | 2015-01-04 | 6 | -80/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change any error raised inside a transaction callback are rescued and printed in the logs. Now these errors are not rescue anymore and just bubble up, as the other callbacks. | |||||
| * | | | | | Remove deprecated `sanitize_sql_hash_for_conditions` | Rafael Mendonça França | 2015-01-04 | 3 | -40/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `Reflection#source_macro` | Rafael Mendonça França | 2015-01-04 | 2 | -19/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `symbolized_base_class` and `symbolized_sti_name` | Rafael Mendonça França | 2015-01-04 | 2 | -10/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `ActiveRecord::Fixtures` constant | Rafael Mendonça França | 2015-01-04 | 1 | -6/+0 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=` | Rafael Mendonça França | 2015-01-04 | 3 | -13/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated access to connection specification using a string acessor. | Rafael Mendonça França | 2015-01-04 | 3 | -58/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Now all strings will be handled as a URL. | |||||
| * | | | | | Change the default `null` value for `timestamps` to `false` | Rafael Mendonça França | 2015-01-04 | 8 | -81/+38 | |
| | | | | | | ||||||
| * | | | | | Return an array of pools from `connection_pools` | Rafael Mendonça França | 2015-01-04 | 3 | -13/+6 | |
| | | | | | | ||||||
| * | | | | | Return a null column from `column_for_attribute` when no column exists. | Rafael Mendonça França | 2015-01-04 | 5 | -16/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ae96f229f6501d8635811d6b22d75d43cdb880a4. Conflicts: activerecord/CHANGELOG.md activerecord/lib/active_record/attribute_methods.rb | |||||
| * | | | | | Remove deprecated `serialized_attributes` | Rafael Mendonça França | 2015-01-04 | 3 | -19/+4 | |
| | | | | | | ||||||
| * | | | | | Remove `cache_attributes` and friends | Rafael Mendonça França | 2015-01-04 | 2 | -25/+0 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated automatic counter caches on `has_many :through` | Rafael Mendonça França | 2015-01-04 | 3 | -40/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and ↵ | Rafael Mendonça França | 2015-01-04 | 4 | -49/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | `ActiveModel::Dirty#reset_changes`. | |||||
| * | | | | | Change the default template handler from `ERB` to `Raw`. | Rafael Mendonça França | 2015-01-04 | 3 | -8/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files without a template handler in their extension will be rended using the raw handler instead of ERB. | |||||
| * | | | | | Remove deprecated `AbstractController::Base::parent_prefixes` | Rafael Mendonça França | 2015-01-04 | 3 | -35/+7 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated assertion files | Rafael Mendonça França | 2015-01-04 | 4 | -9/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated usage of string keys in URL helpers | Rafael Mendonça França | 2015-01-04 | 3 | -37/+5 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `only_path` option on `*_path` helpers | Rafael Mendonça França | 2015-01-04 | 3 | -72/+5 | |
| | | | | | | ||||||
| * | | | | | Remove deprecate `*_path` helpers in email views | Rafael Mendonça França | 2015-01-04 | 6 | -94/+10 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `NamedRouteCollection#helpers` | Rafael Mendonça França | 2015-01-04 | 2 | -8/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated support to define routes with `:to` option that | Rafael Mendonça França | 2015-01-04 | 3 | -47/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | doesn't contain `#` | |||||
| * | | | | | Remove deprecated `ActionDispatch::Response#to_ary` | Rafael Mendonça França | 2015-01-04 | 3 | -31/+6 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `ActionDispatch::Request#deep_munge` | Rafael Mendonça França | 2015-01-04 | 2 | -9/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters` | Rafael Mendonça França | 2015-01-04 | 2 | -8/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated option `use_route` in controller tests | Rafael Mendonça França | 2015-01-04 | 4 | -63/+5 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated ActionMailer deliver & deliver! | claudiob | 2015-01-04 | 3 | -39/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These methods were deprecated in Rails 4.2 (see f4ee1147) so they can be safely removed in Rails 5.0. | |||||
| * | | | | | Change the default test order from `:sorted` to `:random` | Rafael Mendonça França | 2015-01-04 | 3 | -30/+18 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError. | Rafael Mendonça França | 2015-01-04 | 3 | -46/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string= | Rafael Mendonça França | 2015-01-04 | 3 | -43/+5 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated `ActiveSupport::SafeBuffer#prepend` | Rafael Mendonça França | 2015-01-04 | 3 | -16/+4 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated methods at `Kernel`. | Rafael Mendonça França | 2015-01-04 | 7 | -128/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | `silence_stderr`, `silence_stream`, `capture` and `quietly`. | |||||
| * | | | | | Remove deprecated core_ext/big_decimal/yaml_conversions file | Rafael Mendonça França | 2015-01-04 | 3 | -25/+5 | |
| | | | | | | ||||||
| * | | | | | Remove deprecated ActiveSupport::Cache::Store.instrument | Rafael Mendonça França | 2015-01-04 | 2 | -14/+5 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #18324 from ↵ | Vijay Dev | 2015-01-04 | 2 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | prathamesh-sonpatki/rails-version-in-bug-templates Update bug report templates to use version 4.2.0 instead of 5.0.0 | |||||
| * | | | | Update bug report templates to use version 4.2.0 instead of 5.0.0 [ci skip] | Prathamesh Sonpatki | 2015-01-04 | 2 | -2/+2 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Right now master is 5.0.0. Latest gem release is 4.2.0 for which we are accepting bug reports. So lets use it in bug report templates. - 5.0.0 is not installable as it's not available on Rubygems yet. So the gem bug templates are not usable without editing the version. Using 4.2.0 will make them usable again. | |||||
* | | | | Merge pull request #18319 from kamipo/sql_type_has_been_determined | Rafael Mendonça França | 2015-01-04 | 1 | -4/+2 | |
|\ \ \ \ | | | | | | | | | | | `sql_type` has been determined already when quoting defaults | |||||
| * | | | | `sql_type` has been determined already when quoting defaults | Ryuta Kamizono | 2015-01-04 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | No need to call `type_to_sql` again. | |||||
* | | | | | Merge pull request #18318 from ↵ | Rafael Mendonça França | 2015-01-04 | 1 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | kamipo/stop_passing_the_column_when_quoting_defaults Stop passing the column to the `quote` method when quoting defaults | |||||
| * | | | | | Stop passing the column to the `quote` method when quoting defaults | Ryuta Kamizono | 2015-01-04 | 1 | -1/+2 | |
| |/ / / / | | | | | | | | | | | | | | | | Related the commit 8f8f8058e58dda20259c1caa61ec92542573643d. | |||||
* | | | | | Merge pull request #18283 from kamipo/refactor_postgresql_column | Rafael Mendonça França | 2015-01-03 | 18 | -30/+29 | |
|\ \ \ \ \ | | | | | | | | | | | | | Prefer `array?` rather than `array` | |||||
| * | | | | | Prefer `array?` rather than `array` | Ryuta Kamizono | 2015-01-04 | 18 | -30/+29 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Slightly refactoring `PostgreSQLColumn`. `array` should be readonly. `default_function` should be initialized by `super`. `sql_type` has been removed `[]`. Since we already choose to remove it we should not change. | |||||
* | | | | | Improve the matches on the scaffold generator tests | Carlos Antonio da Silva | 2015-01-03 | 1 | -9/+8 | |
| | | | | | | | | | | | | | | | | | | | | Related to #13434. | |||||
* | | | | | Merge pull request #13434 from tanraya/local_variables | Carlos Antonio da Silva | 2015-01-03 | 5 | -6/+21 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Use local variables in _form.html.erb generated by scaffold. Conflicts: railties/CHANGELOG.md | |||||
| * | | | | Use local variables in _form.html.erb generated by scaffold generator. | tanraya | 2014-07-26 | 5 | -6/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems a good idea to use local variables in generated partials instead of using instance variables. Before <%= render 'form' %> After <%= render 'form', product: @product %> |