Rolando Arnaudo

Results 5 comments of Rolando Arnaudo

> you can add hidden columns in your datatables and search/filter on it. How make this?

I have the same problem. Any solution? thank you!

Hello xfalcon727, you have found a solution to this problem?

`rescue in block (2 levels) in require': There was an error while trying to load the gem 'activerecord-fb-adapter'. (Bundler::GemRequireError) Gem Load Error is: uninitialized constant Arel::Visitors::VISITORS Sorry for my ignorance,...

I solved as follow: git clone https://github.com/rowland/fb.git cd db nano extcont.rb change extcont.rb to ``` #!/usr/bin/env ruby require 'mkmf' $CFLAGS += " -DOS_UNIX" dir_config("firebird") have_library("fbclient","isc_attach_database", "ibase.h") create_makefile("fb") ``` then build...