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
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
I am new to rails and i want to get some help regarding has many relationships. 开发者_运维知识库
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:
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.
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
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.
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
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.
I want to install the plugin for fuzzy search. I searched a lot and came across: https://github.com/iulianu/rails-fuzzy-search