Skip to content

Commit

Permalink
Final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbellonch committed Nov 29, 2011
1 parent e104c36 commit 8847fbb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,11 @@ Installing *best_in_place* for Rails 3.0 or below is a little bit
different, since the master branch is specifically updated for Rails
3.1. But don't be scared, you'll be fine!

First, add the Rails 3.0 branch for the gem in your Gemfile:
Rails 3.0 support will be held in the 0.2.X versions, but we have planned not to continue developing for this version of Rails. Nevertheless, you can by implementing what you want and sending us a pull request.

gem "best_in_place", :branch => "rails-3.0"
First, add the gem's 0.2 version in the Gemfile:

gem "best_in_place", "~> 0.2.0"

After that, install and load all the javascripts from the folder
**/public/javascripts** in your layouts. They have to be in the order:
Expand Down Expand Up @@ -325,7 +327,7 @@ If the script is used with the Rails Gem no html tags will be allowed unless the
##Changelog

###Master branch (and part of the Rails 3.0 branch)
- v.0.1.0 Initial deploy
- v.0.1.0 Initial commit
- v.0.1.2 Fixing errors in collections (taken value[0] instead of index) and fixing test_app controller responses
- v.0.1.3 Bug in Rails Helper. Key wrongly considered an Integer.
- v.0.1.4 Adding two new parameters for further customization urlObject and nilValue and making input update on blur.
Expand Down

0 comments on commit 8847fbb

Please sign in to comment.