README.md in furatto-0.0.3 vs README.md in furatto-1.0.0
- old
+ new
@@ -1,10 +1,19 @@
# Furatto for Rails Asset Pipeline
-Furatto is a flat, fast and powerful front-end framework for rapid web development.
-The furatto gem integrates the Furatto CSS framework for Rails 3.1 Asset Pipeline (Rails 3.2 supported)
+Furatto is a lightweight & friendly front-end framework got get the job done, created and maintained by [Abraham Kuri](https://twitter.com/kurenn) from [Icalia Labs](http://twitter.com/icalialabs).
+The furatto gem integrates the Furatto CSS framework for Rails 3.1+ Asset Pipeline.
+
+## Table of contents
+- [Installing Gem](#installing-gem)
+- [Using Rails 4?](#using-rails-4?)
+- [Contributors & Patches & Forks](#contributors-&-patches-&-forks)
+- [Furatto heroe](#furatto-heroe)
+- [Credits](#credits)
+- [License](#license)
+
## Installing Gem
**Because furatto uses [Compass](http://compass-style.org/reference/compass/css3/), you need to add the compass-rails gem into the assets group from your Gemfile.**
```ruby
@@ -33,29 +42,23 @@
## Add furatto to the asset pipeline
Add to your `app/assets/stylesheets/application.css`
- *= require normalize
- *= require furatto
+ *= require normalize
+ *= require furatto
Add to your `app/assets/javascripts/application.js`
- //= require furatto
+ //= require furatto
-## Want Font Awesome support?
-
-Add to your `app/assets/stylesheets/application.css`
-
- *= require font-awesome
-
## Using Rails 4?
-The configuration for Rails 4 is pretty similar, although the `compass-rails` gem is not fully support, you have to add it with a patch.
+The configuration for Rails 4 is pretty similar.
```ruby
-gem 'compass-rails', '~> 2.0.alpha.0'
+gem 'compass-rails', '~> 1.1.3'
```
After including the compass-rails gem, you need to add the furatto gem to your application's Gemfile:
```ruby
@@ -72,28 +75,32 @@
```console
$ bundle
```
-**After doing the steps above, you just include the furatto files as shown on the Rails 3 example.**
+After running the `bundle` command, the gem now comes with an installer for easy setup.
+```console
+$ rails g furatto:install
+```
+
+This will add furatto to the asset pipeline automatically, and install an application layout skeleton.
+
## Contributors & Patches & Forks
- Abraham Kuri Vargas ([@kurenn](http://twitter.com/kurenn))
-## Furatto author
+
+## Furatto heroe
- Abraham Kuri Vargas ([@kurenn](http://twitter.com/kurenn))
## Credits
Abraham Kuri - kurenn@icalialabs.com
[Add Me On Twitter](http://twitter.com/kurenn "Follow me")
[Add Me On Linkedin](http://www.linkedin.com/pub/abraham-kuri/26/a21/b41 "Add Me On Linkedin")
-
-[Add Me On Facebook](https://www.facebook.com/kurenn "Add Me On Facebook")
-
## Score me
<img src="https://addons.opera.com/media/extensions/55/14355/1.0.1-rev1/icons/icon_64x64.png"></img>
You can +K my influence in Ruby on Rails on @klout