Alex Escalante
Alex Escalante
I also would like this :+1:
I am having the same problem with a setup very much like the one @brianlittmann has. When including rails-api gem, devise starts to complain because of the lack of flash...
I can also report it doesn't work anymore. I had to run a "bundle update" prior to getting the server up and then stumble into the same javascript errors reported...
I just forked and removed line 880 to get around this because the hack wouldn't help me. Who knows. Why doesn't someone fix this? There are several other issues opened...
Freezes in both my macs: intel and apple silicon, with latest & updated OS versions. Installed by Homebrew. Version 1.3.2.
Nevermind. I think I understood what I needed to do. I am now using: ``` generate_unnamed_unlocalized_routes = true ``` and added this to my application_controller.rb: ``` before_action :locale_redirect def locale_redirect...
I was afraid something like that could be the case. I was looking at the code. I think it could be important for a number of scenarios where you receive...
I read somewhere that line numbers as reported by RubyParser are not accurate: https://github.com/seattlerb/ruby_parser ``` * Known Issue: line number values can be slightly off. Parsing LR sucks. ``` Sadly,...
I can report that I am using this gem on Heroku with Rails 4.2.1 and seems to work OK. I made a quick test using http://www.webpagetest.org/
@hansanghoon worked for me too! Seems like someone forgot to put an exception handler on the config loader…