I am using the following: Rails 3.0.3 Vhochstein\'s Fork for Activescaffold rake 0.9.0 ruby 1.9.2 I have a model called component which has a belongs_to relationship with category. This was modelled
Im trying to localize the labels for ActiveScaffold STI children. In development it works fine with just this:
Update#1 Surprisingly if in Firebug, I change the generated <input> HTML to <a>, it works as expected. But to make this workaround permanent, I will have to change ActiveScaffold\'s code.
I am New Ruby on Rails. I want to export CSV File for User Information which is having user controller.
I\'m trying to use both of PaperClip and ActiveScaffold with help of as_paperclip_bridge in a rails3.0.5 project.
I start using active_scaffold plugin for data processing (CRUD) . It works fine. but when I navigate the list page with pagination, the browser address bar displays like below,
How does one set a default value for a text input using ActiveScaffold 1.2RC1? For later versions, it looks like this (from http://activescaffold.com/2010/7/21/changes-in-naming-schema-for-overrides)
Does ActiveScaffold wor开发者_开发知识库k with Rails 3?This fork has rails 3 support https://github.com/vhochstein/active_scaffold/wikiThe ActiveScaffold github page readme now lists Rails 3.0 - 3.2 s
How to change开发者_运维百科 caption on Search button in ActiveScaffold Rails?Override the _search.html.erb partial by importing it from AS/frontend/views/default/ into your corresponding views folder
I have the following database schema: create_table \"addresses\", :force => true do |t| t.string\"road\"