-
i have something like this
action is in entity
section i need create from action field
all columns work ok - but in new section column filterable dont work (If i enter anything - displays all data)
…
patie updated
11 years ago
-
I'm using pisa (XHTML2PDF) to generate pdf from django templates.
https://github.com/chrisglass/xhtml2pdf
Unfortunately using this project with inplaceedit, get exceptions thrown from your `can-edit…
-
I keep my record-dependent templates outside my app/view folder so I would like to use the following render:
``` ruby
render pdf: 'Proforma Invoice',
file: "#{Rails.roo…
gamov updated
11 years ago
-
On a sample I'm detecting 213 duplicates per row in the arras95.csv
-
Apparently it requires 'rspec' somewhere, instead of 'spec'. My solution has been to specifically bundle 0.6.3. Is that what I should be doing or am I missing something?
-
Hi,
is search for a way to enable or disable a row action based on a column value, for example:
column: isfresh = 1 -> allow UpdateAction for this row in grid
column: isfresh = 0 -> disallow/hide Up…
print updated
13 years ago
-
Ruby-1.8.7p334
Rails-3.0.7
Capybara-0.4.1.2
Cucumber-0.10.2
Cucumber-Rails-0.5.0
After installing 0.5.0 and generating the support files when running rake cucumber I see this exception raised:
gems…
-
Ruby-1.8.7
Rake-0.9.0
Rails-3.0.7
Cucumber-0.10.3
In rails root:
$ rake cucumber --trace
Using AdapterExtensions
rake aborted!
undefined method `task' for #
/home/byrnejb/.rvm/gems/ruby-1.8.7-p334…
-
For projects using cucumber-rails, the gherkin 2.2.0 gem update cannot co-exist with gherkin-2.1.5. When gherkin-2.2.0 is installed by itself it apparently removes, or makes unseen, the cucumber rake…