Merge branch 'ID8_Favorite' into 'master'
create func favorite See merge request !11
Showing
| ... | @@ -34,6 +34,7 @@ gem 'draper' | ... | @@ -34,6 +34,7 @@ gem 'draper' |
| gem 'devise' | gem 'devise' | ||
| gem 'carrierwave' | gem 'carrierwave' | ||
| gem 'rails-i18n' | gem 'rails-i18n' | ||
| gem 'i18n-js' | |||
| # Use ActiveStorage variant | # Use ActiveStorage variant | ||
| # gem 'mini_magick', '~> 4.8' | # gem 'mini_magick', '~> 4.8' | ||
| ... | @@ -47,6 +48,7 @@ group :development, :test do | ... | @@ -47,6 +48,7 @@ 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 'dotenv-rails' | gem 'dotenv-rails' | ||
| gem 'pry' | |||
| end | end | ||
| group :development do | group :development do | ||
| ... | ... |
app/assets/javascripts/favorite.coffee
0 → 100644
app/assets/stylesheets/favorite.scss
0 → 100644
app/assets/stylesheets/scrollbar.scss
0 → 100644
app/controllers/favorite_controller.rb
0 → 100644
app/helpers/favorite_helper.rb
0 → 100644
app/views/favorite/create.js.erb
0 → 100644
app/views/favorite/destroy.js.erb
0 → 100644
app/views/favorite/index.html.erb
0 → 100644
app/views/job/_block_job_mini.html.erb
0 → 100644
app/views/job/_link_create.html.erb
0 → 100644
app/views/job/_link_destroy.html.erb
0 → 100644
config/i18n-js.yml
0 → 100644
Please
register
or
sign in
to comment