|
@ -3,12 +3,22 @@ Starter App [![Build Status](https://travis-ci.org/diowa/ruby2-rails4-bootstrap- |
|
|
|
|
|
|
|
|
This is a starter web application based on the following technology stack: |
|
|
This is a starter web application based on the following technology stack: |
|
|
|
|
|
|
|
|
* Ruby 2 |
|
|
* [Ruby 2][1] |
|
|
* Rails 4.0.0 |
|
|
* [Rails 4.0.0][2] |
|
|
* PostgreSQL |
|
|
* [PostgreSQL][3] |
|
|
* RSpec |
|
|
* [RSpec][4] |
|
|
* Twitter Bootstrap |
|
|
* [Twitter Bootstrap 2.3.2][5] |
|
|
|
|
|
* [Font Awesome 3.2.1][6] |
|
|
|
|
|
* [HAML][7] |
|
|
|
|
|
|
|
|
Starter App is deployable on Heroku. Demo: http://ruby2-rails4-bootstrap-heroku.herokuapp.com/ |
|
|
[1]: http://www.ruby-lang.org/en/ |
|
|
|
|
|
[2]: http://rubyonrails.org/ |
|
|
|
|
|
[3]: http://www.postgresql.org/ |
|
|
|
|
|
[4]: http://rspec.info/ |
|
|
|
|
|
[5]: http://twitter.github.com/bootstrap/ |
|
|
|
|
|
[6]: http://fontawesome.io/ |
|
|
|
|
|
[7]: http://haml.info/ |
|
|
|
|
|
|
|
|
|
|
|
Starter App is deployable on (Heroku)[http://www.heroku.com/]. Demo: http://ruby2-rails4-bootstrap-heroku.herokuapp.com/ |
|
|
|
|
|
|
|
|
```Gemfile``` also contains a set of useful gems for performance, security, api building... |
|
|
```Gemfile``` also contains a set of useful gems for performance, security, api building... |
|
|