mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add uglifier version info in the 'what to update' section
This commit is contained in:
parent
9798ed79b8
commit
c4b8fd3e1e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ h4. What to update in your apps
|
|||
** <tt>rails = 3.2.0</tt>
|
||||
** <tt>sass-rails ~> 3.2.3</tt>
|
||||
** <tt>coffee-rails ~> 3.2.1</tt>
|
||||
** <tt>uglifier >= 1.0.3</tt>
|
||||
|
||||
* Rails 3.2 deprecates <tt>vendor/plugins</tt> and Rails 4.0 will remove them completely. You can start replacing these plugins by extracting them as gems and adding them in your Gemfile. If you choose not to make them gems, you can move them into, say, <tt>lib/my_plugin/*</tt> and add an appropriate initializer in <tt>config/initializers/my_plugin.rb</tt>.
|
||||
|
||||
|
|
Loading…
Reference in a new issue