Followup to RESTful thinking considered harmful Posted by wvanbergen on March 31, 2012 — 0 comments Because many people didn't get the point I was trying to make in my RESTful considered harmful post (due to my own fault), I wrote a followup post for clarification. Comments Post a...
reading large xml made easy Posted by amolnpujari on March 31, 2012 — 6 comments hey look ...this is very large xml I have, I guess it has these elements inside, let me know if you find any one of these elements .... here it is... Comments Christian Louboutinafra99 - March 31, 201...
Slim v1.2.0 released Posted by stonean on March 30, 2012 — 0 comments Just released Slim v1.2.0 which includes support for dynamic attributes. Changes Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA...
RESTful thinking considered harmful Posted by wvanbergen on March 30, 2012 — 0 comments I wrote an article discussing how prioritizing RESTful design principles over designing for the process your app is supporting, can lead to bugs and security issues. Comments Post a Comment Com...
Global Hack Day #3, Thursday April 5 Posted by seacreature on March 30, 2012 — 0 comments The idea of having weekly or monthly hack nights has worked great for Ruby users groups all over the world, but the folks at Mendicant University feel like the internet deserves a similar kind of...
Posted by mql on March 29, 2012 — 0 comments Okay, again. This is not Ruby. However this could be very useful in conjunction with a Ruby Backend for the data. Dance.js is a data-driven visualization framework. It's basically a flavor of Backbone.js, but enriched with some of the ideas...
Solve online puzzles with Rubeque! Posted by stephenballnc on March 29, 2012 — 0 comments Over at Rake Routes I've written a blog post about Rubeque , the new Ruby puzzle site. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending ti...
Help Yehuda Katz make Rails on OS X easy again! (on Kickstarter) Posted by chaostheory on March 29, 2012 — 0 comments Yehuda wants to develop an easy to use and install Mac app, to help make Rails easy to develop with on the Mac (again) "I am planning on taking some time off of work t...
master slave replication in rails Posted by flyerhzm on March 28, 2012 — 0 comments I just created a new post master slave replication in rails to introduce maser slave replication, how to use in rails, and the solution to replication lag. Comments Post a Comment Comment abilities...
Ruby Lugdunum 2012 - Ruby Conf in Lyon, France Posted by pcreux on March 27, 2012 — 0 comments Ruby Lugdunum (a.k.a Rulu) will be back on June 22 - 23 in Lyon, France. Rulu 2012 is a two-day single-track conference on Ruby featuring great talks, awesome food and time to hack together!...
Ruby On REST 5: Learn Hypermedia By Making Fruit Salad Posted by apotonick on March 27, 2012 — 0 comments Discussing the concept of REST and hypermedia we learn what is a hypermedia type, why HAL+JSON makes our life easier and how to fix a yummy fruit salad. Comments Post a Commen...
tmux for rails developers Posted by lucapette on March 27, 2012 — 0 comments I just published some thoughts about tmux for rails developers . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve...
rails-footnotes 3.7.6 has been released Posted by romanvbabenko on March 27, 2012 — 0 comments I just released rails-footnotes 3.7.6 . Assets paths for rails version > 3.1 has been fixed! Woohoo! Comments Post a Comment Comment abilities for non registered users are currently deac...
Visualize a set of Graphs using the Neography Gem Posted by maxdemarzi on March 26, 2012 — 0 comments Build a matrix of Hiveplots using Neo4j, Gremlin and D3.js Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a prop...
The Current State of Ruby concurrency Posted by nmerouze on March 26, 2012 — 0 comments I'm currently in a project using Websockets and I wanted to share my thoughts about the current state of Ruby concurrency to help the Ruby community going in the right way. Comments Post a Comm...
Fifteen of my best Ruby articles are now freely available Posted by seacreature on March 26, 2012 — 0 comments When I started writing professionally, I made a promise to myself to eventually release all my content for free. In keeping with that promise, I've decided to share Practicin...
bullet 2.3.0 released Posted by flyerhzm on March 25, 2012 — 0 comments bullet is a gem to help you increase your application's performance by reducing the number of sql requests it makes. bullet 2.3.0 got 10% performance improved for activerecord 3.0.12, it works much faster, bullet ...
What happens when DDD meets Lean approach... Posted by nu7hatch on March 25, 2012 — 0 comments I just published my new blog post, this time more ruby related. It's about my hacker's thoughts on Lean Startup, DDD and DCI . I appreciate any feedback! Comments Post a Comment Comment ...
switch_user 0.7.0 released Posted by flyerhzm on March 25, 2012 — 0 comments It has been a long time coming, but switch_user 0.7.0 finally supports restful_authentication. switch_user gem provides a convenient way to switch current user that speeds up your development and reproduce us...
Cinch 2.0 is here Posted by dominikh on March 24, 2012 — 0 comments Today I released version 2.0 of the best known IRC framework for Ruby, introducing a lot of nice new features and API improvements. Changelog and migration guide (for older users) can be found at http://bit.ly/GLoXVP ...
on github where I'm going to try to understand the most common design patterns and implement them in ruby. So please, if you want to participate in the discussion of patterns, share your experience or you just have any critics(mostly appreciated) please don't hesitate to take part in....
An exciting, but not very glamorous change coming in Ruby 2.0... Posted by patshaughnessy on March 23, 2012 — 0 comments This morning I wrote about Why You Should Be Excited About Garbage Collection in Ruby 2.0 . Comments Post a Comment Comment abilities for non registered users a...
Bundler Pain Points Posted by myabc on March 20, 2012 — 2 comments I wrote up a list of some common pain points with Bundler (well, at least the pain points that are common to me). I also list various fixes and workarounds. Comments Very nice analysis. Thanks for writing this up.s...
multiple_mailers - send emails by different smtp accounts Posted by flyerhzm on March 21, 2012 — 0 comments I just released a gem multiple_mailers , it extends actionmailer to allow one smtp account per mailer class. I also wrote a blog post to explain. Comments Post a Comment Com...
Fast deployment using Capistrano, RVM and more Posted by mpapis on March 21, 2012 — 0 comments I just wrote a new blog post on Fast deployment using Capistrano, RVM and more loaded with all the details needed to bootstrap server in 10 minutes. Comments Post a Comment Comment abili...
Javascript templates using eco. Posted by stjhimy on March 21, 2012 — 0 comments Eco makes coffeescript available on javascript templates, like jst + erb. Rails + Coffee + Eco + JQuery = AWWWW YEAH! . Comments Post a Comment Comment abilities for non registered users are currently...
New Ruby video series on YouTube Posted by mattslay on March 20, 2012 — 0 comments Matt Stopa has begun posting a nice series of videos on YouTube, each one introducing some basic concepts in Ruby. These brief videos show him typing in code in real time while giving explanations and c...
A Unix Shell in Ruby - Pipes Posted by jstorimer on March 20, 2012 — 0 comments I just published the fourth article in a series where I implement a Unix shell in pure Ruby code. This time it covers shell pipelines. Comments Post a Comment Comment abilities for non registered users...
minitest-metadata: annotate tests with metadata (key-value). Posted by wojtekmach on March 19, 2012 — 0 comments https://github.com/wojtekmach/minitest-metadata Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a prop...
wisepdf – wkhtmltopdf done right Posted by alexandrov on March 18, 2012 — 0 comments After a couple of weeks spent with WickedPDF and PDFKit I understood, that I can make something better. And it is called wisepdf! It works with Rails 2.3 and above, it correctly supports Assets Pipeli...