basic apply
Showing
| ... | ... | @@ -67,6 +67,8 @@ group :development do |
| gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| gem 'pry' | ||
| gem "better_errors" | ||
| gem "binding_of_caller" | ||
| end | ||
| group :test do | ||
| ... | ... |
app/controllers/entries_controller.rb
0 → 100644
app/helpers/entries_helper.rb
0 → 100644
app/views/entries/_entry.json.jbuilder
0 → 100644
app/views/entries/_form.html.erb
0 → 100644
app/views/entries/edit.html.erb
0 → 100644
app/views/entries/index.html.erb
0 → 100644
app/views/entries/index.json.jbuilder
0 → 100644
app/views/entries/new.html.erb
0 → 100644
app/views/entries/show.html.erb
0 → 100644
app/views/entries/show.json.jbuilder
0 → 100644
spec/controllers/entries_controller_spec.rb
0 → 100644
spec/helpers/entries_helper_spec.rb
0 → 100644
spec/requests/entries_spec.rb
0 → 100644
spec/routing/entries_routing_spec.rb
0 → 100644
spec/views/entries/edit.html.erb_spec.rb
0 → 100644
spec/views/entries/index.html.erb_spec.rb
0 → 100644
spec/views/entries/new.html.erb_spec.rb
0 → 100644
spec/views/entries/show.html.erb_spec.rb
0 → 100644
Please
register
or
sign in
to comment