Questions tagged [activescaffold]

A Ruby on Rails gem that lets you create user interfaces for CRUD (Create, Read, Update and Delete) operations.

It offers features including searching, pagination and layout control.

https://github.com/activescaffold/active_scaffold

140 questions
0
votes
1 answer

Translating active record errors with I18n on Rails 3.2.6 when using activescaffod

I am trying to use I18n with activescaffold, which is working fine in terms of translating errors for models. But I would like to translate these: "1 error prohibited this {model} from being saved" "There were problems with the following…
0
votes
2 answers

How do I remove the Show/Hide links on a subgroup in ActiveScaffold?

With ActiveScaffold I have a group on my create form: config.create.columns.add_subgroup "Customer" do |customer_group| customer_group.add :customer_surname, :customer_postcode end This has a Show/Hide link which I don't want. How do I remove the…
Guy C
  • 6,970
  • 5
  • 30
  • 30
0
votes
1 answer

Search field is still populated with previous search value after refreshing the page

I am using ActiveScaffold 3.2.3 and Rails 3.2 and ruby 1.9.3 Enter search team Click Search - Results get displayed Click Reset - list get reset but Search Field is still populated with previous search term (bug). Refresh page - Search Field is…
user1495911
  • 11
  • 1
  • 4
0
votes
1 answer

How to clear search contents after refreshing the page

I am using rails 3.2 and active scaffold 3.2.3,i wanted to clear the search contents after refreshing the page(empty search fields).
user1495911
  • 11
  • 1
  • 4
-1
votes
1 answer

I've uploaded a file using active_scaffold and paperclip, passing through update action, but don't know how to extract the params

I've uploaded a file using active_scaffold and paperclip, passing through update action, but don't know how to extract the params How am I supposed to get the origin_filename? There are some keyword converting problem so I have to show it by image.…
CoolDrinE
  • 11
  • 7
1 2 3
9
10