You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when tried to use rabl in padrino just to add it to Gemfile it does not register as templating engine. It is solved when put gem 'rabl' after gem 'padrino' (which is last by default) in Gemfile. When I put breakpoint in rabl.rb:14 Padrino is not yet defined there. Do you think it is a problem?
Pepe
The text was updated successfully, but these errors were encountered:
I am aware of this issue (Padrino must be loaded before rabl for the registration to work). Do you have any suggestions on how I could fix this? I don't want Padrino to be a dependency on rabl obviously but I wouldn't want it to always be loaded first. I am going to close this because I don't know how to fix it but if you have a suggestion / pull request I would love the advice.
Thank you for answer. It is as you writes, and as long as there is easy way how to overcome this issue, I think it is ok. I will try to think how to get it working at my free time.
Hello, when tried to use rabl in padrino just to add it to Gemfile it does not register as templating engine. It is solved when put gem 'rabl' after gem 'padrino' (which is last by default) in Gemfile. When I put breakpoint in rabl.rb:14 Padrino is not yet defined there. Do you think it is a problem?
Pepe
The text was updated successfully, but these errors were encountered: