danielpclark / state_inspector
State change & method call logger. A debugging tool for instance variables and method calls.
☆25Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for state_inspector
- Create an exception with backtrace has never been easier☆24Updated 8 years ago
- A runtime configuration tool for Rails 5☆23Updated 3 years ago
- Serializes objects adequately☆18Updated last year
- Integration for using Roda as Rack middleware in a Rails app☆21Updated 8 years ago
- Manages a group of processes which can run concurrently using fibers.☆24Updated 2 years ago
- Next-generation ERB.☆48Updated 4 years ago
- Super simple and convenient way to isolate and namespace a collection of related methods☆36Updated 7 months ago
- Start, monitor, and observe background worker processes, from Ruby.☆56Updated 7 years ago
- Simple factory library☆18Updated 3 years ago
- A Ruby gem for caching HTTP responses.☆23Updated last year
- Self-validating Ruby objects☆63Updated 6 months ago
- A concurrent tracer that can pause and resume the code it is tracing.☆72Updated 10 months ago
- ☆25Updated 6 years ago
- Early checks for environment variables availability, so you don't have to.☆25Updated 5 years ago
- Simple abstraction of a timezone offset☆38Updated last year
- Touch `updated_at` by default with calls to `update_all` and `update_column(s)`☆26Updated 8 months ago
- An easy to use InterProcess Communication (IPC) library.☆52Updated last week
- 🔁 Automatically retry failed ActiveJobs☆50Updated 7 years ago
- A Ruby library to add function composition to Procs and Methods.☆24Updated 9 years ago
- Concurrent index migrations for Rails☆42Updated last week
- Convert objects into primitives for serialization☆42Updated last year
- A dynamic Rack server and helper methods to help testing Rack apps.☆17Updated 8 years ago
- A page in your rack-based application that allows quick execution of pre-built queries☆24Updated last year
- Finds missing non-null constraints☆54Updated 6 years ago
- Inflector for ruby☆46Updated 6 years ago
- Enums for Ruby that aren't just symbols☆28Updated 6 years ago
- Rails/Activerecord plugin to make value objects embedded into active record objects☆46Updated 5 years ago
- Restrict Rubocop to only changed lines on a Git branch☆39Updated 4 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆44Updated last month