ruby-on-rails-plugins
RoR & ACTS_AS_Tree & display show page from database vs. display content
All, Working on a RoR app for work.Finally got acts as tree working with a database connection (railscast.com ep开发者_Python百科isode 162).Trying to shift from displaying content in the database to[详细]
2023-03-28 09:30 分类:问答devise and current_user
i have a question about devise system. my last ruby project was done with nifty:authnentication. With nifty, i can manage session for current_user and other information from \'\"controller_authentica[详细]
2023-03-28 08:40 分类:问答ROR: has many relationships help
I am new to rails and i want to get some help regarding has many relationships. 开发者_运维知识库[详细]
2023-03-28 06:53 分类:问答Rails 3 & Paperclip - a problem with upload
I am trying to change a开发者_如何转开发 way of upload images on my page from my own upload to paperclip. I installed paperclip and tried to do following:[详细]
2023-03-28 05:48 分类:问答Plugin not reloading in development mode
I am having a weird problem with a plugin I wrote. What is weird is that I have one other plugin that opens various ActiveRecord classes and it has no problems auto-reloading.[详细]
2023-03-28 03:08 分类:问答ROR 3 : Event Calendar
I am new to rails and i need some help working with calendar I generated a scaffold: rails g scaffold abc event_name:stringevent_date:datecontent:string[详细]
2023-03-27 21:45 分类:问答Rails 3.1 Mountable Engines : How to use/template it inside another application?
Let\'s say I created a mountable engine called \'Soho\' that has a controller for \'Users\'. I can go to /users/1 to see my user with ID 1.[详细]
2023-03-27 08:38 分类:问答Ruby on rails: Calendar with events
I want to create a default calendar which can be displayed by month. The calendar by default has scheduled yearly events included in it. I will display this calendar in every user\'s profile. Now the[详细]
2023-03-27 01:37 分类:问答Locking database while executing rake script
I have created a rake script to send e-mails to some users. The rake开发者_开发知识库 script first needs to delete some old database records, and then proceed with the e-mails.[详细]
2023-03-26 16:52 分类:问答act_as_fuzzy_search plugin install
I want to install the plugin for fuzzy search. I searched a lot and came across: https://github.com/iulianu/rails-fuzzy-search[详细]
2023-03-26 02:58 分类:问答