I have successfully been able to implement the addition of new artist entries which was not included in Ryan Bates railscast #258 http://railscasts.com/episodes/258-token-fields
I\'ve searched for railscast 198 updated to rails 3, I can find some snippets here and there but can\'t find anything for the full source code.. hey it\'s worth a search; I\'m a noob and don\'t know a
I am following railscast 198 http://railscasts.com/episodes/198-edit-multiple-individually, trying to update it to rails 3, and am stuck with a routing error.The route http://localhost:3000/orders/edi
I followed Railscasts #235 and #236 to setup creating user authentications with omniauth. http://railscasts.com/episodes/235-omniauth-part-1
I would like to a tagging system where I can separate the tags by the user\'s who created them. I followed Railscast #167 about setting up tags using virtual attributes, but that way only lets me call
Hi I\'ve followed ryan bates railscast on the jquery_tokeninput gem and I\'ve gotten everything wor开发者_开发技巧king on my app except the ability to create new entries. From the show comments it loo
In episode 189 of Railscasts, there is a named scope in the User model which is as follows: field :roles_mask,:type => Integer
I\'m following along with railscast 196. I\'ve got two levels of associations. App -> Form -> Question. This is the new action in the form controller.
I am following OmniAuth railscasts and trying to implement the same with authlogic + fa开发者_运维知识库cebook instead of devise + twitter as shown in the railscast.
I have just watched the railscast about a simple search form and I want to do something like that in my a开发者_JAVA技巧pp, but I don\'t want to find just results that match exactly.