Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvogt committed Nov 2, 2018
1 parent b61a257 commit 7bb864c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@ This is the Repository for the [Failuregem](https://rubygems.org/gems/failuregem
- [Bootstrap](#Bootstrap)
- [Jquery-rails](#Bootstrap)
- [Simple-Form](#Simple-Form)
- [RDocs](#rdocs)
- [Example applications](#example-applications)
- [Extensions](#extensions)
- [Contributing](#contributing)

* Paperclip
* Devise
* Devise CAS
* CanCanCan
* Font-Awesome-Rails
* RailsAdmin
* Active_link_to

- [Paperclip](#Paperclip)
- [Devise](#Devise)
- [Devise CAS](#Devise)
- [Font-Awesome-Rails](#Font-Awesome)
- [RailsAdmin](#RailsAdmin)
- [Active_link_to](#Active_link_to)

## Installation

Expand Down Expand Up @@ -82,6 +75,9 @@ To do that you have to use the `bootstrap` option in the install generator, like
rails generate simple_form:install --bootstrap
```

### Paperclip
For using **Paperclip** please use the official [documentation](https://github.com/thoughtbot/paperclip)


### Font-Awesome
To include the newest **Font-Awesome** you have to import to your application.scss
Expand Down Expand Up @@ -123,4 +119,8 @@ Provide a namespace for the routes when asked
Start a server `rails s` and administer your data at [/admin](http://localhost:3000/admin). (if you chose default namespace: /admin)


### ActiveLinkTo
For using **ActiveLinkTo** please use the official [documentation](https://github.com/comfy/active_link_to)


### Now you good to go!

0 comments on commit 7bb864c

Please sign in to comment.