README.md in thesilverspoon-1.0.0 vs README.md in thesilverspoon-1.0.1
- old
+ new
@@ -6,11 +6,10 @@
This gem preps a new Rails app with some of the best Rails gems and Jquery sweetness available:
* <b>Rails Admin</b> for System Management : https://github.com/sferik/rails_admin
* <b>Devise</b> for Authentication : https://github.com/plataformatec/devise
* <b>Cancan</b> for Authorization : https://github.com/ryanb/cancan
-* <b>Bootstrapped</b> for Layout Design : https://github.com/entropillc/bootstrapped
* <b>NiftyGenerators</b> for Form Design : https://github.com/ryanb/nifty-generators
* <b>Gritter</b> for Notifications : https://github.com/RobinBrouwer/gritter
* <b>Carrierwave</b> for File Uploading : https://github.com/jnicklas/carrierwave
* <b>Spreadsheet</b> for Excel File Handling : http://spreadsheet.rubyforge.org/
@@ -72,16 +71,12 @@
```console
rails generate nifty:layout
```
-* To use the the Bootstrapped layout
-
-```console
-rails generate bootstrapped:layout
-```
+
* To revert back to the default Rails layout
```console
rails generate revert:layout
```
@@ -102,14 +97,10 @@
```console
rails generate nifty:scaffold Model [parameters]
```
-* To use the the Bootstrapped scaffold
-
-```console
-rails generate bootstrapped:scaffold Model [parameters]
-```
+
* To use the default Rails scaffold
```console
rails generate scaffold Model [parameters]