RailsCasts Pro episodes are now free!

Learn more or hide this

railyboy's Profile

GitHub User: railyboy

Comments by

Avatar

Can you run your application which is using CopyCopter client on Heroku as well, so that your client(s) can edit the app in the cloud? Or does the client app have to be locally hosted?

Is there somewhere that there is information on this?

I ask as I'm looking at working in a remote team for a piece of OSS work, and this would provide a quick mechanism for the development team to receive client feedback.

P.S. Another great screencast Ryan. Keep them coming.
P.P.S I'm trying to use Cucumber with sorcery and a screencast on using Cukes with authentication from scratch would be great in my opinion as must Cuke tutorials assume you are already logged in and have been authenticated.

Avatar

I found that for the gem provided I had to use uppercased Products otherwise I was getting an error:

/gems/activesupport-3.2.1/lib/active_support/inflector/methods.rb:229:in `const_defined? : wrong constant name product (NameError).

so

rails g bootstraped:themed Products -f (worked)

P.S. Apologies for not knowing how to nicely format this as demonstrated in some of the examples above