diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-12-01 12:17:32 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-12-01 12:17:32 -0700 |
| commit | 0e0a67f4f172e61592d259386aa52f0635249f64 (patch) | |
| tree | aa1ced0805e5dd33d315bb7ee1bdc666f23da9fb /Gemfile | |
| parent | 5573b3c2672a04d58a91ce1c74f9c543e14fb423 (diff) | |
Muchas cosas.
Sería la primera copia funcional de la aplicación... Falta por supuesto estilizar las páginas individuales.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,5 +5,8 @@ gem 'haml', ">=3.0.0" gem 'less', ">=1.2.0" gem 'rdiscount', ">=1.6.5" gem 'dm-core', ">=1.0" +gem 'dm-validations', ">=1.0" +gem 'dm-migrations', ">=1.0" gem 'dm-timestamps', ">=1.0" -gem 'dm-mysql-adapter', ">=1.0"
\ No newline at end of file +gem 'dm-postgres-adapter', ">=1.0" +gem 'rqr', ">=0.2.2"
\ No newline at end of file |