A/B Testing Features by Segmenting Users
"A/B test everything."
Those of us in the startup world hear it routinely. But it is a useless statement. Ask "how" and you will be met with
"A/B test everything."
Those of us in the startup world hear it routinely. But it is a useless statement. Ask "how" and you will be met with
There is a [modified] adage about attracting users to web apps.
"Build it and spammers will come."
The fact is that if your users can enter text others will see,
During a recent project with BackboneJs and Rails, i noticed some very strange behavior. When my controller had an implicit render to Backbone's JSON requests, Rails was throwing an error.
ActionView::MissingTemplate
This is the third and final piece on creating a notification queue in Rails. If you are just finding this post, i suggest starting with the first post on the database, as
As the title suggests, this is the second post in a series on building a flexible notification queue in Rails. I'd suggest starting with the first post: on the database table (it's
Many apps live, or die, based on the success of their notifications. Because of this, many apps send notifications about as much as they can. This is not without code cost: notifications
HTTPS can be a bit daunting to people who have never set it up before. Luckily, systems like Nginx and Let's Encrypt have lowered the barrier to entry quite a bit. Here
Rails has been very prominent in web development the last 5-7 years, and for good reason. It is relatively easy to learn and its abstractions make it easy to build features quickly.
Use p
.
Rails has three printing methods, two are common, one is less so.
print
prints the string (to_s
) version of what is passed to it.puts
works like print
but