9 Commits

Author SHA1 Message Date
Thibault Jouan
780dbc8942 Configure standard sprockets usage in rails 2015-05-04 23:01:37 +00:00
Thibault Jouan
47be6e09f2 Declare and lock all dependencies
* Remove custom gemfile usage;
* Move essential gems from custom gemfile to the standard one;
* Include bundler lock file in version control.
2015-04-29 13:21:15 +00:00
Thibault Jouan
aa6f6a103e Update to rails 4.2.1 2015-04-29 11:33:21 +00:00
Thibault Jouan
3abda1db8e Ignore Gemfile.lock 2014-04-01 03:40:51 +00:00
Thibault Jouan
7efa92ab70 Fix dependencies specification in Gemfile:
* Implement custom Gemfile evaluation;
* Remove all uneeded gems;
* Fix indentation.
2014-04-01 03:15:01 +00:00
Thibault Jouan
cbd5c19930 Ignore data directory from version control 2011-12-25 09:43:53 +00:00
Thibault Jouan
9fc52eb4f5 Update .gitignore file:
* Remove .bundle
* Prefix all path with leading slash
2011-12-04 22:49:10 +00:00
Thibault Jouan
20e8bdbf4f Change database backend to PostgreSQL
* Bundle pg gem
* Add a database config file sample
2011-09-13 19:26:13 +00:00
Thibault Jouan
b994f821f7 Add new application generated with rails new 2011-07-09 11:21:06 +00:00