Go to file
2016-04-30 02:34:25 +01:00
app first commit 2016-04-25 01:47:31 +01:00
config first commit 2016-04-25 01:47:31 +01:00
db first commit 2016-04-25 01:47:31 +01:00
lib first commit 2016-04-25 01:47:31 +01:00
log first commit 2016-04-25 01:47:31 +01:00
public first commit 2016-04-25 01:47:31 +01:00
test first commit 2016-04-25 01:47:31 +01:00
vendor/assets first commit 2016-04-25 01:47:31 +01:00
.bowerrc first commit 2016-04-25 01:47:31 +01:00
.gitignore first commit 2016-04-25 01:47:31 +01:00
bower.json first commit 2016-04-25 01:47:31 +01:00
config.ru first commit 2016-04-25 01:47:31 +01:00
Gemfile first commit 2016-04-25 01:47:31 +01:00
Gemfile.lock first commit 2016-04-25 01:47:31 +01:00
Rakefile first commit 2016-04-25 01:47:31 +01:00
README.md Update README.md 2016-04-30 02:34:25 +01:00

**Gentelella On Rails **

Rails 4 implementation of the awesome Gentelella Bootstrap admin template.

Setup:

  1. Clone this repo : git clone https://github.com/iogbole/gentelella_on_rails.git

  2. cd gentelella_on_rails

  3. npm install -g bower

  4. bower install

  5. bundle install

  6. rake rails:update:bin

  7. rails s

That's it!

Navigate to http://localhost:3000/plainpage/index

gentelella on rails


If you're using devise, you'd need to create another layout to handle authentication and sign_ups as discussed in issue #2.

This is the login template. And this is how it looks:

enter image description here


I committed the vendor files to this repo so you may skip step 3 and 4