RailsCasts Pro episodes are now free!

Learn more or hide this

Tom Scott's Profile

GitHub User: scottietom

Site: www.thomas-scott.fr

Comments by Tom Scott

Avatar

Could anyone let me know why I am receiving this error on postback?

Could not authenticate you from Twitter because "Invalid credentials".

Avatar

Ryan. I successfully created a search resource for my application, as I have about 10 different form elements. I am battling with passing the page number directly into the model? How do I go about this? I can obviously store the page number as an instance variable in the controller but how do I inject it into the model where I call the paginate method? Hope you can help. Cheers.