jhund / rails-recipesLinks
A collection of recipes for solid Ruby on Rails applications. Extracted from dozens of production apps and 10,000+ hours of deliberate Ruby on Rails practice since 2005.
☆55Updated 2 years ago
Alternatives and similar repositories for rails-recipes
Users that are interested in rails-recipes are comparing it to the libraries listed below
Sorting:
- Execute SQL inside Rails console, or app itself☆41Updated last week
- A dashboard that pulls todos from Github and Pivotal Tracker.☆41Updated 3 years ago
- Generator to create Modular engine.☆21Updated 6 years ago
- Decrypt your secure Rails cookies.☆25Updated 6 years ago
- Fast String#underscore implementation☆34Updated this week
- Non-blocking ActiveRecord method invocation☆48Updated 5 years ago
- Interactive command-line tool to build Rails migrations☆26Updated 2 years ago
- REDux pattern for HOTwire == Redhot☆24Updated 6 months ago
- Automatic scopes for ActiveRecord models.☆82Updated 9 months ago
- Easy breadcrumbs for Ruby on Rails web applications☆51Updated 8 months ago
- Uniform Omni-Relational ActiveRecord Methods☆46Updated 6 years ago
- Simple abstraction of a timezone offset☆38Updated 2 years ago
- An implementation of the Exhibit pattern, as described in Objects on Rails☆240Updated 2 years ago
- Resumable support for ActiveStorage☆31Updated 6 months ago
- RDoc generator designed with simplicity, beauty and ease of browsing in mind☆42Updated 2 weeks ago
- An extension to paper_trail, using this you can fetch actual object who was responsible for this change☆43Updated 2 years ago
- Strategic - Painless Strategy Pattern in Ruby and Rails☆48Updated last year
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 7 months ago
- See in development logs how many records your queries returns. It can help with solving performance issues.☆31Updated 3 weeks ago
- Generate a static site from any rack middleware.☆69Updated 9 months ago
- Quickly insert database records with confidence☆40Updated 2 years ago
- A tiny Rails engine that helps you loading remote links into a bootstrap modal.☆25Updated 3 years ago
- Generate google-style avatars in your application☆38Updated 3 weeks ago
- Redirect the user to the proper "back" page☆36Updated 3 weeks ago
- Bullet Train Roles provides a Yaml-based configuration layer on top of CanCanCan.☆35Updated 2 years ago
- is_crawler does exactly what you might think it does: determine if the supplied string matches a known crawler or bot.☆30Updated 7 years ago
- String enums for Rails☆85Updated last month
- Make any method perfomed later with ActiveJob☆28Updated 2 years ago
- attractor (code complexity metrics visualization and exploration tool for ruby and javascript) running in a rails engine☆23Updated 2 years ago
- A little demo how to use un-namespaced parts in Rails☆18Updated 6 years ago