Skip to content

Commit 09ea595

Browse files
committed
added haml generators and inherited resources
1 parent af4d271 commit 09ea595

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'rails', '3.1.0.rc6'
44
gem 'sqlite3'
55
gem 'json'
66

7-
gem 'haml'
7+
gem 'haml-rails'
88
gem 'jquery-rails'
99
gem 'mongo_mapper'
1010
gem 'bson_ext'
@@ -21,6 +21,7 @@ gem 'jnunemaker-validatable', '>= 1.8.4' # Required by mm-devise
2121
gem 'devise', '>= 1.2'
2222
gem 'mm-devise', '>= 1.2'
2323

24+
gem 'inherited_resources'
2425
gem "semantic_menu", :git => "git://github.com/michaek/semantic_menu.git"
2526

2627
# Use unicorn as the web server

Gemfile.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,17 @@ GEM
8080
gherkin (2.4.16)
8181
json (>= 1.4.6)
8282
haml (3.1.2)
83+
haml-rails (0.3.4)
84+
actionpack (~> 3.0)
85+
activesupport (~> 3.0)
86+
haml (~> 3.0)
87+
railties (~> 3.0)
88+
has_scope (0.5.1)
8389
hike (1.2.1)
8490
i18n (0.6.0)
91+
inherited_resources (1.2.2)
92+
has_scope (~> 0.5.0)
93+
responders (~> 0.6.0)
8594
jnunemaker-validatable (1.8.4)
8695
activesupport (>= 2.3.4)
8796
jquery-rails (1.0.13)
@@ -137,6 +146,7 @@ GEM
137146
raindrops (0.7.0)
138147
rake (0.9.2)
139148
rdoc (3.9.4)
149+
responders (0.6.4)
140150
rspec (2.6.0)
141151
rspec-core (~> 2.6.0)
142152
rspec-expectations (~> 2.6.0)
@@ -194,7 +204,8 @@ DEPENDENCIES
194204
cucumber-rails
195205
devise (>= 1.2)
196206
fabrication
197-
haml
207+
haml-rails
208+
inherited_resources
198209
jnunemaker-validatable (>= 1.8.4)
199210
jquery-rails
200211
json

0 commit comments

Comments
 (0)