README.md~ in thesilverspoon-0.0.20 vs README.md~ in thesilverspoon-0.0.21
- old
+ new
@@ -1,6 +1,7 @@
+#The Gem is still under development.We recommend please do not download it yet.
# The Silver Spoon
Let your Rails App be born with a silver spoon in its mouth.
This gem preps a new Rails app with some of the best Rails gems and Jquery sweetness available:
@@ -20,9 +21,16 @@
* It uses a combination of the Twitter-Bootstrap and Nifty-Generators to give aesthetically improved and more usable view templates.
* Apart from the standard scaffold views, it also creates an AJAX driven integrated view which combines all the standard views into one.
* It also adds schema stubs and standard validation options (uncomment these to use) to your models.
## Installation
+*Please note:
+Before using this gem , please copy the following in your gem file and run 'bundle install'
+
+```console
+gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
+```
+
The Silver Spoon works best if you use it in a new empty Rails App. It requires anything Rails 3.1.3 onwards.
You can install it by simply adding the following line to your Gemfile and running bundle install: