Video Uploads with Rails and Ziggeo
By Ilya Bodrov-Krukowski,
By Ilya Bodrov-Krukowski,
By Glenn Goodrich,
By Jeff Smith, Glenn Goodrich,
This is a recap of our recent AMA with Glenn Goodrich, our Ruby channel editor and author behind Rails: Novice to Ninja on SitePoint.
By Ardian Haxha,
Ardian Haxha details five of the most popular open source Ruby projects on Github.
By Vinoth,
Vinoth shows you what the Heroku Metrics Dashboard displays and then runs through some scenarios on improving performance using these metrics.
By David Bush,
David Bush introduces Rack-App, a web microframework in Ruby that has a single dependency, can handle thousands of endpoints, and is among the fastest around.
By Glenn Goodrich,
Rails: Novice to Ninja: The plugins architecture of Rails warrants attention, and this excerpt gives detailed insight to master the use of plugins in Rails.
By Viktoria Kotsurenko,
Viktoria Kotsurenko explains seven very useful design patterns and how they can be applied to MVC components in Rails to make your app more maintainable.
By Ilya Bodrov-Krukowski,
By Viktoria Kotsurenko,
Viktoria Kotsurenko reviews some of the basics of MVC in Rails, showing why everything should be skinny.
By Ilya Bodrov-Krukowski,
Ilya Bodrov-Krukowski pens the first of a two-part series building a complete messaging system with Rails and ActionCable.
By Glenn Goodrich,
Given that software is changing at the speed of light, how can something like Rails an object-oriented language persevere? Is it worth learning? Yes!
By Sarmad Sabih,
Sarmad Sabih runs through some of his favorite best practices for Rails applications.
By Vinoth,
Password-less authentication is becoming more popular, and Vinoth shows you how to do it from scratch in Rails.
By Ilya Bodrov-Krukowski,
Ilya Bodrov-Krukowski offers a clean example of good metaprogramming in Ruby.
By Kingsley Silas,
One of Rails' best conventions for DRYing up your code is ActiveSupport::Concern. Kingsley Silas shows you how to use it.