rename branch, add top_controller, add slim, add gem pry-rails and pry-nav, remove test framework
Showing
| ... | @@ -31,6 +31,8 @@ gem 'bootsnap', '>= 1.4.4', require: false | ... | @@ -31,6 +31,8 @@ gem 'bootsnap', '>= 1.4.4', require: false |
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| gem 'pry-rails', '~> 0.3.9' | |||
| gem 'pry-nav', '~> 0.3.0' | |||
| end | end | ||
| group :development do | group :development do | ||
| ... | @@ -54,3 +56,4 @@ end | ... | @@ -54,3 +56,4 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem "slim" |
app/assets/stylesheets/top.scss
0 → 100644
app/controllers/top_controller.rb
0 → 100644
app/helpers/static_pages_helper.rb
deleted
100644 → 0
app/views/layouts/_footer.html.erb
deleted
100644 → 0
app/views/layouts/_footer.slim
0 → 100644
app/views/layouts/_header.html.erb
deleted
100644 → 0
app/views/layouts/_header.slim
0 → 100644
app/views/layouts/application.slim
0 → 100644
app/views/layouts/mailer.html.erb
deleted
100644 → 0
app/views/layouts/mailer.slim
0 → 100644
app/views/static_pages/help.html.erb
deleted
100644 → 0
app/views/static_pages/home.html.erb
deleted
100644 → 0
app/views/top/index.slim
0 → 100644
Please
register
or
sign in
to comment