README.md in best_boy-2.1.0 vs README.md in best_boy-2.1.1
- old
+ new
@@ -59,32 +59,35 @@
rake db:migrate
Changelog
---------
+#### 2.1.1
+* Compatible with Rails 4.1
+
#### 2.1.0
* Code cleanup - now compatible with RSpec 3 syntax
* Support a "dry-run" test mode
* Reduce public methods added by `BestBoy::Eventable` ([#4](https://github.com/Absolventa/best_boy/issues/4))
* Remove mass-assignments that could cause problems with the protected_attributes gem [#8](https://github.com/Absolventa/best_boy/issues/8)
* Do not expose mixed-in controller method ([#9](https://github.com/Absolventa/best_boy/issues/9)))
-* Avoid potential callbacks for callbacks switch ([#10](https://github.com/Absolventa/best_boy/issues/10))
+* Avoid potential name clashes for callbacks switch ([#10](https://github.com/Absolventa/best_boy/issues/10))
Update in Version 2
--------------------------------
From Version 2.x on BestBoy uses aggregated tables for the admin panel. You need
to copy the new migrations to your app by running
rails g best_boy --asset
-again. This generator will also ask you to overwrite your existing initializer - just
-reject this pressing 'n' for not overwriting your settings. Don't forget to run
-
+again. This generator will also ask you to overwrite your existing initializer - just
+reject this pressing 'n' for not overwriting your settings. Don't forget to run
+
rake db:migrate
-in context of your mother app afterwards. See also section "Some thoughts about Performance"
+in context of your mother app afterwards. See also section "Some thoughts about Performance"
for more details about new data organization.
Update to fit the asset-pipeline
--------------------------------