Probably need a "settings.yml" file. It is listed in your .gitignore file.
On Tuesday, January 12, 2016 at 11:09:20 PM UTC-5, Mansi Pathak wrote: > > So I've been scouring the internet (i.e. Stackoverflow) looking for a fix > to this bug I keep getting. I wanted to see if you've seen this before or > had any ideas of what I should try. > > I'm working on getting a local dev environment setup, but keep getting an > error about "uninitialized constant Settings" when running the rake > commands below. Any thoughts? > > *Rake Commands:* > bundle exec rake db:migrate RAILS_ENV=development > bundle exec rake db:seed RAILS_ENV=development > > *Error Message:* > /Users/MansiPathak/.rbenv/versions/2.2.3/lib/ruby/gems/ > 2.2.0/gems/activesupport-3.2.12/lib/active_support/values/time_zone.rb:270: > warning: circular argument reference - now > > wcai-projects already exists > > rake aborted! > > uninitialized constant Settings > > /Users/MansiPathak/wcai-web/config/initializers/carrier_wave.rb:4:in > `block in <top (required)>' > > /Users/MansiPathak/wcai-web/config/initializers/carrier_wave.rb:1:in `<top > (required)>' > > /Users/MansiPathak/wcai-web/config/environment.rb:5:in `<top (required)>' > > Tasks: TOP => db:setup => db:schema:load_if_ruby => environment > > (See full trace by running task with --trace) > > > Thanks! > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
