ruby-on-rails-plugins
Rails: Tutorials on how to allow users to personnalize their stylesheets
I\'m new to Rails (and web development in general). I\'ve been searching for tutorials on Rails that can help me getting through a project. I\'ve found a solution for almost all my question but one st[详细]
2023-02-25 01:38 分类:问答how to use will paginate helpers in my own helper
Hi i cre开发者_如何转开发ated my own helper and passed the array of objects to it. And from there i want to get the pagination results.[详细]
2023-02-23 06:40 分类:问答block methods in ruby
I am using a block method to print a list, but it is generating error. class MyDataListBuilder attr_accessor :object[详细]
2023-02-22 07:15 分类:问答Rails Activermerchant and Trustcommerce Vault BillingID question
I am building a rails app using the wonderful activemerchant gem to save credit card information in Trustcommerce Citadel for future transaction. I am currently able to send in hash of billing address[详细]
2023-02-21 12:51 分类:问答A question about will_paginate's with multiple conditions
As my title, I want set multiple conditions in will_paginate, that\'s my model\'s code class Room < ActiveRecord::Base[详细]
2023-02-19 14:03 分类:问答Role based security mechanism for attributes in Rails
I\'m looking for a plugin that provides a role based authorization mechanism for securing read/write access to attributes.I\'m picturing something along the lines of declarative_authorization for whit[详细]
2023-02-19 08:28 分类:问答Create a rails 3 plugin with RSpec
The question explains itself... I wanna test a new rails plugin with rspec, are there any specific generators, gems?[详细]
2023-02-19 03:27 分类:问答How do I design a Ruby on Rails plugin based application with user based privileges for each action?
I\'m having a hard time deciding the architecture for my new Ruby on Rails application. I don\'t have much advanced knowledge about Rails since I\'ve only used it for 2 small projects before.[详细]
2023-02-18 15:26 分类:问答Setting up a beta sign up with Devise
I have recently integrated the Devise authentication system into a rails test app. The test app simply contains a projects model/controller/view that sits behind the authentication.[详细]
2023-02-18 14:39 分类:问答Rails: Error "NoMethodError: undefined method `<' for nil:NilClass", missing some gem?
Here is model class class Item::Item < ActiveRecord::Base validates_presence_of :start_date, :end_date, :product_id[详细]
2023-02-18 01:40 分类:问答