Tailor – a Ruby on Rails plugin for Ruby on Rails developers focused on self improvement
Tag: plugins
Ruby on Rails and Remail: another approach to sending emails from Ruby on Rails application level
Sending an email from within Ruby on Rails application is not big deal, but a problem is to find good and reliable SMTP daemon.
Ruby on Rails plugin: params_persistence
Ever had a need to store params in some more reliable way than putting it in the Active record session? You should check the params_persistance plugin.
Converting HTML tables to xls files in Ruby on Rails
Ever thought about converting your RoR table to xls and enabling it as an output format in your Rails application controller? Excellent!
Serializing objects in Ruby on Rails
Ruby on Rails’ Active Record can serialize any object in text columns using YAML. So anytime you need to save an object to your database in your Rails application in a way that you could retrieve it as the same object later, you may use serialize.
Protected_rewriter plugin for handling protected attributes in Ruby on Rails applications
Protected_rewriter is a Ruby on Rails plugin for handling protected attributes. Imagine you have many protected attributes in your Rails application model and you have to assign them in your controller. Now it’s easier then ever!
Do you need vertical weekly calendar in you Ruby on Rails application?
There is a lot of calendar-plugins for Ruby On Rails, but only this one is vertical
Swearing is not allowed if you use this Ruby On Rails plugin
discriminating_words plugin is an excellent way if you don’t want to see some bad words in your Ruby On Rails application
Ruby on Rails plugin called NoContactAllowed!
This plugin is just a set of some simple regular expressions that let you prevent users from posting their contactRead the Rest…
Uploading a plugin developed in Ruby on Rails to GitHub
If you are a Ruby on Rails developer than this is a perfect example of how to create a RubyRead the Rest…









