Questions tagged as 'gem'

2
answers

Mask in text field without using jquery

Does anyone know a gem for ROR that does this job? Add masks to fields like phone, email, date, etc. and let me also create my own masks. Thank you.     
asked by 30.10.2014 / 19:15
1
answer

How to install Sass gem in Windows

I wanted to install Sass's gem so I could compile it in Windows. I installed the normal Ruby Installer and soon after I went into the Sass documentation on how to run it on Windows using console mode, however when I run the gem install sass...
asked by 10.02.2014 / 14:37
0
answers

Error installing package or updating Ruby Gem

Hello! When I apply any command gem install qualqueroutragem or gem update --system this type of error occurs:    "ERROR: While executing gem ... (ArgumentError)       wrong number of arguments (given 1, expected 0) " H...
asked by 24.11.2018 / 13:06
1
answer

How to put a .gem in Gemfile

Good afternoon, I have a problem installing a .gem through Gemfile. In Gemfile you are: gem 'hanaclient', path: '/usr/sap/hdbclient/ruby/hanaclient' Inside the / usr / sap / hdbclient / ruby / hanaclient (ls): hanaclient-2.3.119-x86_64-...
asked by 02.10.2018 / 18:10
1
answer

Error creating database in postgres using Ruby On Rails on windows 7

When you run the command on the terminal to create the Rails project database in Postgres: $ rails db:create I get this bug that I can not resolve for some time: rails aborted! LoadError: cannot load such file -- 2.5/pg_ext Caused by: L...
asked by 09.08.2018 / 19:01
0
answers

Error running tests using Sinatra and gem pg_search

I'm trying to run some tests using Sinatra's ruby, however I'm encountering this problem. ➜ onebitbot git:(master) docker-compose run --rm website rspec spec/services/faq/create_service_spec.rb Starting onebitbot_postgres_1 ... done An e...
asked by 10.07.2018 / 03:03
1
answer

Gem Wicked_pdf - page break repeats the first row of the table

When you have a table and the records do not fit on a single page, on the new page wicked_pdf repeats the first line by disrupting the second page reading. How do I not display this first line? (Curriculum Components - Module 1).     
asked by 16.04.2018 / 17:01
1
answer

Error with bcrypt in Rails 5.1

In a new project, after installing Gemfile gems, how much do I try to start the server with rails s the following error and displayed in the console: LoadError: cannot load such file -- 2.3/bcrypt_ext     
asked by 14.12.2017 / 12:57
0
answers

How can I make an access control visually in ruby on rails?

I've already managed to do the gráfica(FRONT) part, however I'm having problems in the code part. Access control works as follows: if the new group (or profile) is created, I can decide what permissions it will have inside the system, i...
asked by 04.12.2017 / 20:18
1
answer

WARNING: You must use ANSICON 1.31 or higher

I'm trying to run my automated tests but this error related to ANSICON happens. I have already tried to install on my Windows 10, but it does not allow it.     
asked by 22.10.2017 / 02:58