ruby on rails - Rake secret command not working -


when run rake secret in terminal, instead of getting new key,

nomethoderror: undefined method 'reject' #<string: blah blah blah> c:/sites/appname/config/application.rb:10:in '<module:appname>' c:/sites/appname/config/application.rb:9:in '<top (required)>' c:/sites/appname/rakefile:4:in '<top (required)>' 

i've checked 3 lines identical ones of known project.

i'm using ruby 2.0.0 rails 4.1.1 i'm in current project folder.

when run rake secret in other projects, command works, not when run new project.

the issue figaro gem. broke rails s commands, , rake commands. haven't figured out how fix yet, more come soon.

edit:

the error typo in application.yml file used figaro.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -