Gonzalo Rodríguez-Baltanás Díaz
Gonzalo Rodríguez-Baltanás Díaz
Hi, We can add add urls like this: ``` worksheet.append_row([ FastExcel::URL.new("https://github.com/Paxa/fast_excel"), FastExcel::URL.new("postgres://localhost") ], url_format) ``` But how can we add a url to the excel file and set the text...
Add redirect_to(url) helper ``` ruby def submit(evt) @task = Task.new(evt[:task]) @course = Course.find(evt[:course]) @course.tasks :display end end ```
Configure the widget generator to create both js and css files for Rails's assets pipeline. It uses coffeescript and css, but I would like to make it use the right...
Hi Andrew, The Datepicker is currently placed at the end of the body element and positioned with absolute measures. This means that if the user scrolls the page while the...
Example. ``` ruby class Person < Grape::Entity expose :user do expose(:in_first) { |_| 'value' } end end class Student < Person expose :user do expose(:user_id) { |_| 'value' } expose(:user_display_id,...
Hi, Using country_select (8.0.0) I believe something changed with the latest release because I get an error.  ``` f.input :country, include_blank: false ``` I...
Hi, I am using composite keys on my tables and I get this: ``` invoices has composite primary key. Composite primary key is ignored. WARNING: Active Record does not support...
Hi, I am trying to update to Rails 7 my app but I keep hitting the same issue: ``` ➜ sample_app git:(main) rails c /Users/Nerian/.rvm/rubies/ruby-2.7.4/lib/ruby/2.7.0/net/protocol.rb:66: warning: already initialized constant Net::ProtocRetryError...
Hi, I would like to generate an xlsx file in which one of the columns is a currency type. My objects are Money (https://github.com/RubyMoney/money) instances. I am currently this: ```...
Hi, Thanks for your work on this 👍 I was wondering if there are plans to update this gem to support font-awesome 6? Or perhaps a new gem?