using gem config and annotate
Showing
| ... | @@ -25,6 +25,7 @@ gem 'sunspot_rails' | ... | @@ -25,6 +25,7 @@ gem 'sunspot_rails' |
| gem 'sunspot_solr' | gem 'sunspot_solr' | ||
| gem 'devise' | gem 'devise' | ||
| gem 'activerecord-import' | gem 'activerecord-import' | ||
| gem 'config' | |||
| # Use Redis adapter to run Action Cable in production | # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | # gem 'redis', '~> 4.0' | ||
| # Use Active Model has_secure_password | # Use Active Model has_secure_password | ||
| ... | @@ -40,6 +41,7 @@ group :development, :test do | ... | @@ -40,6 +41,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 'pry' | gem 'pry' | ||
| gem 'annotate' | |||
| end | end | ||
| group :development do | group :development do | ||
| ... | ... |
app/views/companies/_company.html.erb
0 → 100644
config/initializers/config.rb
0 → 100644
config/settings.yml
0 → 100644
config/settings/development.yml
0 → 100644
config/settings/production.yml
0 → 100644
config/settings/test.yml
0 → 100644
lib/tasks/auto_annotate_models.rake
0 → 100644
Please
register
or
sign in
to comment