Adam Niedzielski
Adam Niedzielski
Using bogus I can stub a method on real object: ``` ruby user = FactoryGirl.create(:user) stub(user).friend?(5) { true } ``` And this works great! However, I would like to use...
## Summary Add ability to control whether a given document should be written (rendered) to the disk on the document level. ## Motivation Currently it's possible to control whether all...
This is probably related to (https://github.com/libgit2/rugged/issues/663 /cc @cfillion). ### Scenario: Given a repository: ``` * commit C (HEAD) | * commit B | * commit A ``` When we do:...
I hope this not a silly question with a simple answer. When token authentication was built into Devise it was a Devise strategy - https://github.com/plataformatec/devise/blob/v3.0/lib/devise/strategies/token_authenticatable.rb In simple_token_authentication some patterns are...
Hey @amrabdelwahab, I hope that you're doing well! I've been using your approach for a while now in different projects. Thank you for showing it! I also applied some smaller...
### Description swagger-docs specifies a dependency on `rails` gem - https://github.com/richhollis/swagger-docs/blob/372e05ce944860ea35ca3496564492ae1e502100/swagger-docs.gemspec#L29 `rails` is just an "umbrella gem" that depends on all the components of Ruby on Rails framework - https://github.com/rails/rails/blob/86ca5b254109e64edeb6e142e656b8a8c247cac8/rails.gemspec...
Does somebody use Tiddle with Mongo? I've never done it myself. I accepted the contribution back in 2018, because the PR (https://github.com/adamniedzielski/tiddle/pull/42) was clear and nicely done. Since that time...
Fixes #17
Is someone using my gem in production? Please vote with emoji or respond with a short description of your experience so far.