Site Search
131–140 of 194 results for ruby on rails
-
Working With the Right CMS
November 2, 2015 - Evaluating and working with content management systems (CMSs) is a large part of what we do at Viget. Our capabilities range from implementing of off-the-shelf (OTS) solutions to building customized applications with Ruby on Rails (check out what Lawson had to say about…
-
CMS Solutions: Custom-Built on a Framework versus Off-the-Shelf
March 3, 2016 - Looking for a new content management system? Let us help you decide whether to custom-build or go off-the-shelf.
-
Delete in Rails Without jQuery and UJS
March 28, 2016 - You might not need jQuery and UJS. Here's one easy way to remove them from Rails.
-
Gemify Your Client-Side App for Rails
April 18, 2016 - Need a client-side app in a Rails project? Build it separately and include it as a gem!
-
CamelCase Your Rails JSON API With OliveBranch
April 21, 2016 - Automatically convert the keys of your JSON API to play nicely with everyone's language of choice.
-
Bringing Slack into the Physical world with SlackAlert
June 1, 2016 - Hardware that lights up, plays jingles, and interacts with Slack.
-
Implementing Full-Text Search in Rails with Postgres
July 5, 2016 - Need full-text search in your Rails app? Running Postgres as your DB? PgSearch is just the thing for you!
-
How to get notified when your test suite is done running
July 19, 2016 - This trick will interrupt you when your tests are finished, letting you know it's time to get back to coding.
-
Merging Query Strings when Redirecting in Rails
August 3, 2016 - The Rails router provides a redirect method, but it doesn't include the request query string. Let's fix that.
-
Accelerating Apps with Elixir and Phoenix
Elixir is a relatively new functional programming language that leverages the battle-hardened Erlang environment to deliver scalable and maintainable applications. Phoenix is a modern web application framework that uses Elixir’s beautiful syntax and productive tooling for…