Fueling Curiosity, One Insight at a Time
At Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.
Aug 30, 2018
Rails ActionController provides
:stale?
and :fresh_when
methods which can be use to set HTTP_IF_NONE_MATCH
and HTTP_IF_MODIFIED_SINCE
headers on the browser. This helps the client to check whether the page has been modified. Response freshness is checked by matching Last-Modified
and ETag
from the server against the client request's HTTP_IF_MODIFIED_SINCE
and HTTP_IF_NONE_MATCH
headers. If it matches, then the server responds with 304 (“not modified”) status code. This will make the client to make use of cached copy of the page - thus saving us from the time spent in generating the response.akshay
Aug 28, 2018
rspec has a
--bisect
flag that helps to chase down order-dependent test failures. It will figure out the minimum number of tests when run in order will produce the test failure.kamal
Aug 28, 2018
when rendering rails partial with collection, rails provides a counter variable which can be accessed by title of the partial followed _counter. For eg: if the partial is called
Reference: https://guides.rubyonrails.org/layouts_and_rendering.html#local-variables
apple
, then counter variable is called apple_counter
.Reference: https://guides.rubyonrails.org/layouts_and_rendering.html#local-variables
manu
Aug 10, 2018
Docker images for rails will be around 500Mb on Alpine linux. Sounds a lot. Whereas Alpine bases phoenix/elixir images are typically under 100Mb
Yuva
Co-founder
Aug 7, 2018
as of webpack 4.x you can pass function for
output.filename
which will get the input chunk as it's param and return a string harshwardhan
Aug 6, 2018
"Don't add ! to your destructive (receiver-changing) methods' names,
unless you consider the changing to be "dangerous" and you have a
"non-dangerous" equivalent method without the !" http://davidablack.net/dablog.html#2007/8/15/bang-methods-or-danger-will-rubyist
unless you consider the changing to be "dangerous" and you have a
"non-dangerous" equivalent method without the !" http://davidablack.net/dablog.html#2007/8/15/bang-methods-or-danger-will-rubyist
akshay
Aug 6, 2018
Use
DISABLE_DATABASE_ENVIRONMENT_CHECK
env variable to get rid of those crazy migrations check introduced by Rails 5!Yuva
Co-founder
Aug 2, 2018
we can attach methods to an individual instance in ruby https://www.dropbox.com/s/4gpm3r9r9qun35f/Screen%20Shot%202018-08-02%20at%2011.10.22%20PM.png?dl=0
prototypes :p
prototypes :p
mrinmoy
Aug 2, 2018
~/.local/share/trash
mrinmoy
Showing 62 to 64 of 79 results
Ready to Build Something Amazing?
Codemancers can bring your vision to life and help you achieve your goals
- Address
2nd Floor, Zee Plaza,
No. 1678, 27th Main Rd,
Sector 2, HSR Layout,
Bengaluru, Karnataka 560102 - Contact
hello@codemancers.com
+91-9731601276