2.2 User management feature, 2.3 Item posting feature
Showing
| ... | @@ -54,6 +54,8 @@ gem "thin" | ... | @@ -54,6 +54,8 @@ gem "thin" |
| gem 'figaro', '1.1.1' | gem 'figaro', '1.1.1' | ||
| gem 'vacuum' | gem 'vacuum' | ||
| gem "breadcrumbs_on_rails" | gem "breadcrumbs_on_rails" | ||
| gem 'momentjs-rails', '>= 2.8.1' | |||
| gem 'bootstrap3-datetimepicker-rails', '~> 4.7.14' | |||
| group :test do | group :test do | ||
| # gem 'capybara' # Integration test tool to simulate a user on a website. | # gem 'capybara' # Integration test tool to simulate a user on a website. | ||
| # gem 'capybara_minitest_spec' # MiniTest::Spec expectations for Capybara node matchers. | # gem 'capybara_minitest_spec' # MiniTest::Spec expectations for Capybara node matchers. | ||
| ... | ... |
app/views/layouts/devise.html.slim
0 → 100644
app/views/products/_form.html.slim
0 → 100644
app/views/products/new.html.slim
0 → 100644
Please
register
or
sign in
to comment