##Rails tip for the day
Being impressed with the awesomeness of jstip repository, I came up with the idea of tips that will allow rails community also to improve. No matter what the tip is going to be "either a small one or best one" but it will be useful for some one or the other at their level and infact higher.
Please feel free to send us a pull request with your Rails tip to be published here. Any improvements or suggestions are more than welcome!
- 30 - Remove nil from hash in rails 5
- 29 - Retrieving the ids of the has_many or has_many_through relationships
- 28 - Support for left outer join in rails 5
- 27 - Render partial from cache faster
- 26 - Increase productivity with console tricks
- 25 - Issuing request interactively from rails console
- 24 - Filter parameter improvements rails 5
- 23 - http_cache_forever rails 5
- 22 - Rails console autocomplete
- 21 - Throw exception in the request format
- 20 - Pluck method added to enumerable in rails 5
- 19 - Additional features of rails 5 migration
- 18 - redirect_back in rails5
- 17 - Customize mailer queue name
- 16 - Inquiry in rails
- 15 - Using enums in model
- 14 - Render views outside controller rails 5
- 13 - Get same time of next and previous week
- 12 - [Disable multiple submission using data_diasble_with attr](https://github.com/logeshmallow/rails_tips/blob/master/rails_tip/2016-02-23-disable_multiple_submit using_disable_with.md)
- 11 - Migration using change vs up down methods
- 10 - Difference between puts and p
- 09 - length vs size vs count
- 08 - Enabling cache without app restart in dev env
- 07 - Routes with pattern
- 06 - Rails sandbox console
- 05 - Unscope unwanted relation
- 04 - Format numbers to different Formats
- 03 - Efficiency of pluck
- 02 - Where use strip or squish
- 01 - Remove duplicates using with_options