From 0e0a67f4f172e61592d259386aa52f0635249f64 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 1 Dec 2010 12:17:32 -0700 Subject: Muchas cosas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sería la primera copia funcional de la aplicación... Falta por supuesto estilizar las páginas individuales. --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 7043675..c5e2123 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit