railscasts
Rails : Using jquery tokeninput (railscast #258) to create new entries
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[详细]
2023-03-20 18:32 分类:问答Is there an 'updated Railscast episode source code' site?
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[详细]
2023-03-17 00:30 分类:问答Edit multiple records, controller & routing
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[详细]
2023-03-17 00:23 分类:问答Rails 3: updating user attributes when authentications are created
I followed Railscasts #235 and #236 to setup creating user authentications with omniauth. http://railscasts.com/episodes/235-omniauth-part-1[详细]
2023-03-15 13:14 分类:问答Rails 3: Railscast #167 virtual attribute for creating tags - @user.tags
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[详细]
2023-03-15 06:19 分类:问答Rails 3: jquery_tokininput railcast #258 - how to add new entries?
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[详细]
2023-03-14 02:33 分类:问答Mongoid Syntax Question
In episode 189 of Railscasts, there is a named scope in the User model which is as follows: field :roles_mask,:type => Integer[详细]
2023-03-11 16:08 分类:问答Rails 3 -- Build not saving to database (Railscast 196)
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.[详细]
2023-03-10 14:20 分类:问答has_many returns an array instead of ActiveRecord class
I am following OmniAuth railscasts and trying to implement the same with authlogic + fa开发者_运维知识库cebook instead of devise + twitter as shown in the railscast.[详细]
2023-03-10 05:18 分类:问答Writing a search method that matches loosely
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.[详细]
2023-03-09 14:34 分类:问答