Tolu Edionwe

Results 7 comments of Tolu Edionwe

Could a note about running `cd ios && pod install` be added to the Readme as well? I linked and ran without installing pods and got all null values for...

Hmm, doesn't seem to work. When I run `script/generate model User` I get back the following error message: `/Users/tamenze/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- script/../config/environment (LoadError) from /Users/tamenze/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require'...

Update (different errors): I found [this guide](https://github.com/parasew/instiki/blob/master/vendor/rails/railties/guides/source/command_line.textile) with more info on the script/generate command and added the . before it to make it `.script/generate`, which now gets me to a...

Thank you! The problem I'm encountering now is outside the scope of script/generate, but if you have any advice I'd love to hear it. There's still an error when I...

Still working on this problem, commented out the OmniAuth block in omniauth.rb to see what would happen. The User model generates, but without any fieldnames when I pass them in....

@distler is this built on Rails 2? Can I run it on Rails 4?