Search code examples
Should I use the `lib` folder or the `initializers` folder for Rails monkey patches?...

ruby-on-railsrubydirectorymonkeypatching

Read More
Is "monkey patching" really that bad?...

javascriptrubyooplanguage-designmonkeypatching

Read More
Monkey-patching a method of an instance with hierarchical inheritance...

pythonmonkeypatching

Read More
Python - monkey patch fails, why?...

python-3.xmetaprogrammingpython-importmonkeypatchingpython-internals

Read More
How to Unit Test errors in Python when using Try and Except...

pythonpython-3.xunit-testingmockingmonkeypatching

Read More
monkeypatching boto3 s3 call in pytest...

pythonpython-3.xamazon-web-servicespytestmonkeypatching

Read More
Proper way to extend model classes in Django...

pythondjangodjango-modelsmonkeypatching

Read More
How to create new closure cell objects?...

pythonpython-2.7closuresmonkeypatching

Read More
monkeypatch a function that needs to be imported in conftest...

pythonpytestmonkeypatching

Read More
Defining custom operators in ruby...

rubyoperatorsmonkeypatching

Read More
Ruby override Enumerable method...

crubymonkeypatching

Read More
Where to put code when monkey patching...

ruby-on-railsrubymonkeypatching

Read More
Monkey patch a python instance method using the original method from the class...

pythonpython-3.xmonkeypatching

Read More
Add SQL 2014 support to activerecord-sqlserver-adapter...

sql-serverruby-on-rails-3rubygemsmonkeypatching

Read More
Is it a bad idea to monkey patch Object to have a more natural way for testing if an element is in a...

rubyclassobjectmonkeypatching

Read More
Python: monkey patch a function's source code...

pythonabstract-syntax-treemonkeypatching

Read More
Extend number of characters used by Django SessionStore from 32 to 64...

djangomonkeypatchingdjango-sessions

Read More
Monkey patching a core class with business logic with Rails...

ruby-on-railsmonkeypatching

Read More
Dynamically add a property or method to an object in groovy...

groovymonkeypatching

Read More
Override module_function inside ruby class with access to original...

ruby-on-railsrubyruby-on-rails-5overridingmonkeypatching

Read More
Pytest mocking an eval imported function...

pythonmockingpytestmonkeypatching

Read More
What is the formal design pattern behind "monkeypatching"?...

jqueryruby-on-railsmonkeypatching

Read More
Is BCEL == monkeypatching for java?...

javabytecodemonkeypatchingbcel

Read More
monkey-patching/decorating/wrapping an entire python module...

pythonmonkeypatching

Read More
Gevent monkey unpatch...

pythonmonkeypatchinggevent

Read More
monkey patching at the npm package level?...

node.jsnpmnpm-installmonkeypatching

Read More
Django Group.objects monkey patch problem - 'NoneType' object has no attribute '_meta&#3...

pythondjangomonkeypatchingdjango-managers

Read More
monkeypatch function in module whose namespace was overwritten...

pythonmockingpytestbiopythonmonkeypatching

Read More
python: builtin function redefinition, with different arguments...

pythonbuilt-inmonkeypatching

Read More
PyPy: can't monkeypatch ast classes?...

pythondata-structuresmonkeypatchingpypy

Read More
BackNext