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
### What is this PR?
Added rails installation instructions.
### Why this PR?
This PR attempts to solve this problem: of fast installation for newbies. I was wondering: where to add the `require 'rinku'` statement? It seems that I wasn't the only person facing this problem. Please refer to [this issue](vmg#81)
Hopefully that will simplify things!
Hi @vmg. Great gem! :)
You could simplify the documentation on how to use this gem by mentioning that it can be installed via the Gemfile and required at the same time:
gem 'rinku', :require => 'rails_rinku'
Then it can be used in views without any further ado. 💃
The text was updated successfully, but these errors were encountered: