Finish layout and routes
Showing
| ... | ... | @@ -56,6 +56,7 @@ group :test do |
| gem 'selenium-webdriver' | ||
| # Easy installation and use of chromedriver to run system tests with Chrome | ||
| gem 'chromedriver-helper' | ||
| gem 'rails-controller-testing', '~> 1.0', '>= 1.0.2' | ||
| end | ||
| group :production do | ||
| gem 'pg', '~> 1.0' | ||
| ... | ... | @@ -63,3 +64,4 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | ||
| \ No newline at end of file |
app/assets/images/rails.png
0 → 100644
12.7 KB
app/assets/javascripts/users.coffee
0 → 100644
app/assets/stylesheets/custom.scss
0 → 100644
app/assets/stylesheets/users.scss
0 → 100644
app/controllers/users_controller.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/users/new.html.erb
0 → 100644
test/controllers/users_controller_test.rb
0 → 100644
test/integration/site_layout_test.rb
0 → 100644
Please
register
or
sign in
to comment