You might want to safely encrypt the data in a way that allows the clients to verify and trust that the token comes from a trusted source. A great solution for that would be to use RSA encryption with the public key available in all your client apps but the private key only available ...
By the end of 2010, thoughtbot’s growth led to a seriously crowded office. In January 2011, we took over the 30-year headquarters of Hair Club for Men and began to envision what thoughtbot’s new headquarters would become! We started tearing down walls, picking up leftover toupées and ...
debugger - fork of ruby-debug19 that works on 1.9.2 and 1.9.3 Posted by cldwalker on April 04, 2012 — 0 comments No more painful installs for a 1.9.3 debugger! Just released debugger 1.0.0 which should install easily for rbenv/rvm rubies. This fork also doesn't download ruby source du...
Switching back to Ruby implementations, let’s look at MRI 1.9. As has been previously reported, MRI 1.9 removes the “green threads” we had in MRI 1.8 and uses native threads to implement the Thread class. Now, what are these “native threads”? These are are units of concurrency that th...
DSL to write pure web API applications Posted by mattetti on April 04, 2012 — 0 comments For more than a year now, I've been developing a DSL to write web services . The DSL has been used in production on major PS3 games and other web applications. To help people getting started with ...
Building and implementing a Single Sign-On solution Posted by mattetti on April 04, 2012 — 0 comments In my latest blog post I show how to implement a SSO solution. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a ...
Getting Rid of Code Smells Posted by solnic on April 04, 2012 — 0 comments I started a series of posts about refactoring towards removing common code smells. Here's the first post about the attribute smell: solnic.eu/2012/04/04/get-rid-of-that-code-smell-attributes.html Comments P...
Super Charge your Rails App with Rack Cache and Memcache Posted by schneems on April 04, 2012 — 0 comments Get more performance out of your Rails app using Rack::Cache and memcache (with graphs, yay!). Works with Heroku! Comments Post a Comment Comment abilities for non registered...
Wednesday, April 4, 2012 at 5:21AM Enjoying a blast of high-intensity light. Pixen - I needed a simple OS X image editor to just let me flip a few pixels. This proved to be it. What's the best way to polish your design? - Snicker-worthy domain. Hidden Secrets of the Chrome Developer T...
Make sure all dependencies in your Gemfile are available to your application. $ bundle install [--system] Gems will be installed to your default system location for gems. If your system gems are stored in a root-owned location (such as in Mac OSX), bundle will ask for your root passwo...
Use Association Extensions to Build Join Attributes on a HMT Posted by bcardarella on April 04, 2012 — 0 comments A recent approach we've had Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve...
Measuring Site Speed with Navigation Timing Posted by igrigorik on April 04, 2012 — 0 comments If your job is to think about web performance, then you need to approach it from a users perspective: use Navigation Timing to measure true latency, leverage Site Speed reports in Google Ana...
The Ruby Association Certified Ruby Programmer examinations are intended for such people as engineers who design, develop, and/or operate Ruby-based systems, consultants who make Ruby-based system proposals, and instructors who teach Ruby. Those who are certified are recognized fairly...
Modern applications use Javascript. You can make rich user interfaces that are faster and more responsive. Since we all do TDD, we need to test our Javascript. There are plenty of approaches. It used to be a pain, but there’s no excuse any more. If you’re using Capybara to go through ...
mintchip 0.0.1 Pre-Alpha: API for RCM MintChip install gem install mintchip Download Documentation Subscribe Stats Authors Burke Libbey 3 total downloads 3 for this version Owners Bundler gem "mintchip", "~> 0.0.1" Versions 0.0.1 April 4, 2012 Help Guides Blog Contribute Mobile Status...
On Mar 22, 2006, at 11:21, Tom Mornini wrote: > This causes a 'server side' redirect, and causes > the other action to be executed without the browser > knowing anything about the change. Almost. The action is not executed, only the corresponding template list.rhtml is rendered as if ...
This is the most popular mailing-list and deals with general topics about Ruby. Ruby-Talk is mirrored by Ruby-Forum.com . (FAQ and Archives ) Ruby-Core This list deals with core and implementation topics about Ruby, often used to run patches for review. (Archives ) Ruby-Doc This list ...
KaigiFreaks の配信班では、基本的に講演者の発表スライドを Ustream によるライブ配信をするスタイルで行っています。また、講演者の発表している姿を観ていただこうと考え、発表スライドの邪魔にならない程度に PinP (Picture in Picture) により発表者の姿を映像に載せたりもしています。 また、ライブ配信以外に、映像記録を残すのも配信班の仕事になります。Ustream でも録画はしているのですが、ネットワーク回線が不安定になった場合に、録画が途切れてしまうことがあります。そうなるとせっかくの発表の一部が記録に残せなくなってしまいます。...