Building an Ember app with RailsAPI - Part 1 Posted by bcardarella on January 07, 2013 — 0 comments I'm writing a 2 part series on building your first EmberJS app with the RailsAPI gem. The first post goes into setting up your app for developing in Ember Comments Post a Comment Co...
SDRuby Presents: Fast Posted by schneems on January 07, 2013 — 0 comments We live in a fast society, so why should our apps be any different? Richard Schneeman from Heroku demonstrates how to optimize your Rails app for speed and scalability -- on both the front end and back end. If y...
Released Roar 0.11.5 With HAL Link Arrays and Representable 1.2.9 With Polymorphism Support! Posted by apotonick on January 06, 2013 — 0 comments The new Roar version now completely implements the HAL/JSON standard, including the long-awaited link arrays. Also, representer got some ni...
Kill your ActiveRecord observers! Posted by grosser on January 04, 2013 — 0 comments Faster startup + Rails 4 ready + obvious dependencies + it's easy = Kill ActiveRecord Observers Comments Post a Comment Comment abilities for non registered users are currently deactivated, pendin...
Securing the Rails session secret Posted by FooBarWidget on January 04, 2013 — 0 comments In light of yesterday's Rails SQL injection vulnerability, this article discusses how the Rails session secret can be secured in a better manner Comments Post a Comment Comment abilities for ...
Rails 4: What's New Posted by jangosteve on January 03, 2013 — 0 comments Basically transcribed the highlights from Andy Lindeman's "Rails 4 Whirlwind Tour" talk (with his permission and proofreading :-) including some of my own commentary. See article: Rails 4: What's New Comments ...
Rails SQL injection vulnerability: hold your horses, here are the facts Posted by FooBarWidget on January 03, 2013 — 0 comments This blog post explains the recent vulnerability, how it works and what the facts and non-facts are. Comments Post a Comment Comment abilities for non re...
SQL Injection Vulnerability in several versions of Rails! Posted by bcardarella on January 02, 2013 — 0 comments Fixes already released, please upgrade! Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTC...
Basics of fog and AWS for Rails apps Posted by sevos on December 31, 2012 — 0 comments I just started series about rails working on AWS. We start with quick introduction to AWS and fog . Comments Post a Comment Comment abilities for non registered users are currently deactivated, ...
Queues have been removed from Rails 4.0 Posted by bcardarella on December 31, 2012 — 0 comments But they aren't completely gone, Queues have been moved to a branch so to not hold up the release of Rails 4. Comments Post a Comment Comment abilities for non registered users are curr...
About configuration Posted by rubiii on December 30, 2012 — 0 comments A reminder about the possible downsides of global configuration . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the ...
A Rails 4 love affair with PostgreSQL Posted by kfaustino on December 29, 2012 — 0 comments I just wrote a blog post covering all the new PostgreSQL data type support being included out of the box in Rails 4. Comments Post a Comment Comment abilities for non registered users are c...
ZeroMQ and Ruby a Practical Example Posted by jondot on December 28, 2012 — 0 comments I just posted ZeroMQ and Ruby a Practical Example showing how I added a ZeroMQ endpoint onto an HTTP only service for great performance. Comments Post a Comment Comment abilities for non registe...
Functional programming in the small Posted by markoa on December 27, 2012 — 0 comments Applying some principles from functional programming can simplify your code. Here's a short walkthrough based on a Rails helper. Comments Post a Comment Comment abilities for non registered user...
I just launched <a href="http://rubygems.org/gems/dayset">Dayset</a> Posted by gramos on December 26, 2012 — 0 comments I just launched Dayset With this gem you can generate a set of any number of days for a month or year, is useful for example when you have to divide a month in a fix...
I'm developing Chrome extension for Rails development - RailsPanel . It displays Rails app requests in Developer Tools panel, provides insight to db/rendering/total times, parameter list, rendered views, SQLs and more. It's still early in development but stable enough if anyone wants ...
lua-mruby Released Posted by c00lryguy on December 24, 2012 — 0 comments Use mruby from within lua with lua-mruby ! Note: This is a very early release. You can run and evaluate MRuby code from within Lua, but that is about it... for now. Comments Post a Comment Comment abilities f...
Wiselinks-0.3.0 public release Posted by alexandrov on December 23, 2012 — 0 comments Only a couple of days passed since last Wiselinks release, but we have already added new features to our gem and want to share them with you! Now Wiselinks supports all features from Turbolinks and e...
Rails Subscription Site with Recurly Posted by DanielKehoe on December 22, 2012 — 0 comments The Rails Composer tool now offers a choice of Stripe or Recurly billing services when you choose to generate a membership/subscription/saas application. There's a "crazy deep" tutorial for ea...
Ruby wrapper for xxHash lib Posted by nashby on December 22, 2012 — 0 comments I just released a Ruby wrapper for xxHash lib . xxHash is an extremely fast Hash algorithm, working at speeds close to RAM limits Comments Post a Comment Comment abilities for non registered users are c...
What's new in Active Record as of Rails 4 Posted by kfaustino on December 21, 2012 — 0 comments Wrote up an article highlighting some of the biggest changes in Active Record coming in Rails 4. The post is database agnostic, so it doesn't include PostgreSQL additions such as hstore and...
Wiselinks – if Turbolinks is not enough for you. Posted by alexandrov on December 21, 2012 — 0 comments While the end of days is coming, we in JetRockets decided that we have to share our latest products with you. If you are not completely satisfied with Turbolinks, you want more flex...
Advanced image transformations in the cloud with CarrierWave & Cloudinary Posted by Cloudinary on December 20, 2012 — 0 comments This blog post describes how to easily generate advanced image transformations for your Ruby on Rails applications while using the CarrierWave GEM for uploa...
DataMapper 2 Status and Roadmap Posted by solnic on December 20, 2012 — 0 comments Just wrote a quick blog post about DataMapper 2 status and roadmap . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCH...
Request for feedback: Models, Roles, Decorations, and Interactions Posted by seacreature on December 19, 2012 — 0 comments I'm in the very early stages of trying to find a reasonable balance between Rails concerns and the DCI paradigm. I plan to work on an implementation to test the i...
Code With Clarity Posted by planetmcd on December 19, 2012 — 0 comments My colleague at MojoTech, David Leal, just published an exploration of using software contracts in Ruby. Check out Code with Clarity and weigh in with any comments or suggestions. Comments Post a Comment Comme...
King of Nothing, the DCI paradigm is a scam Posted by seacreature on December 19, 2012 — 0 comments Linkbait title, I know. But I feel like to avoid more design cargo culting, we must balance the hype of DCI with some solid critical review. Here are some specific suggestions for possi...
DCI, Concerns and Readable Code Posted by brynary on December 19, 2012 — 0 comments I just published a blog post about DCI, Concerns and Readable Code by Giles Bowkett. It explores some recent discussion about ActiveSupport::Concern vs DCI vs class-based composition in Rails models. C...
Delicious Soap Posted by rubiii on December 18, 2012 — 0 comments I just released Savon 2.0 . Hope you like it. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam problem. ...
Chubby Models Are Still Fat With Concerns. DCI Focuses On How Things Work Together Posted by jim on December 18, 2012 — 0 comments Read about how ActiveSupport::Concern won't reveal how your system works or why any of those concerns exist where they do. DCI is an approach to help you ...