Skip to content

Commit

Permalink
Remove action_view form extensions that provide trivial functionality…
Browse files Browse the repository at this point in the history
… and don't adhere to Rails' default i18n behavior.

Discussed here: #2954 (comment)

Closes #2954
  • Loading branch information
johanb authored and parndt committed May 7, 2015
1 parent a1e295b commit b4b20cd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 42 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -13,6 +13,7 @@
* Limited the jquery-ui assets loaded in the backend to the ones we use in the core. [#2735](https://github.com/refinery/refinerycms/pull/2735). [Philip Arndt](https://github.com/parndt)
* Moved the tabs to the left hand side of the screen. [#2734](https://github.com/refinery/refinerycms/pull/2734). [Isaac Freeman](https://github.com/isaacfreeman) & [Philip Arndt](https://github.com/parndt) & [Brice Sanchez](https://github.com/bricesanchez)
* Add extra fields partial in Admin Pages form advanced options [#2943](https://github.com/refinery/refinerycms/pull/2943). [Brice Sanchez](https://github.com/bricesanchez)
* Remove required_label formhelper. [#2954](https://github.com/refinery/refinerycms/pull/2954). [Johan Bruning](https://github.com/johanb)

* [See full list](https://github.com/refinery/refinerycms/compare/2-1-stable...master)

Expand Down
4 changes: 0 additions & 4 deletions core/lib/refinery.rb
Expand Up @@ -17,10 +17,6 @@ module Refinery
autoload :Crud, 'refinery/crud'
autoload :BasePresenter, 'refinery/base_presenter'

require 'refinery/ext/action_view/helpers/form_builder'
require 'refinery/ext/action_view/helpers/form_helper'
require 'refinery/ext/action_view/helpers/form_tag_helper'

module Admin
autoload :BaseController, 'refinery/admin/base_controller'
end
Expand Down
9 changes: 0 additions & 9 deletions core/lib/refinery/ext/action_view/helpers/form_builder.rb

This file was deleted.

19 changes: 0 additions & 19 deletions core/lib/refinery/ext/action_view/helpers/form_helper.rb

This file was deleted.

10 changes: 0 additions & 10 deletions core/lib/refinery/ext/action_view/helpers/form_tag_helper.rb

This file was deleted.

0 comments on commit b4b20cd

Please sign in to comment.