#261 Testing JavaScript with Jasmine (revised) Jun 28, 2012 | 11 minutes | Testing , Plugins The jasminerice gem makes it easy to test your JavaScript with Jasmine in a Rails application. Here I also cover jasmine-jquery and guard-jasmine. Subscribe to Watch Episode Tweet Show Notes 2...
One of the many things we look forward to at the Rails Machine office are events in Savannah that bring some awareness to the local tech scene and it just happens that two such events are happening this month, Tech Crunch Mini Meetup and the Downtown Tech Crawl. July 6th–11th, Tech Cr...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
Slide Show (S9) Update - Quick Starter Templates, Takahashi Slide Break Shortcuts Posted by geraldbauer on June 28, 2012 — 0 comments What's Slide Show? A gem that lets you author slides in plain text using a wiki-style markup language that's easy-to-write and easy-to-read. -- What's ...
AWSEB is really slow to deploy stuff. Several times it got "stuck" and I waited for more than 30 minutes for it to recover. It did not appear to be an app issue, since the app came up just fine. The default instance size is t1.micro. I was able to get a Rails app to boot there, but it...
A fast XML parser and object serializer that uses only standard C lib. Optimized XML (Ox), as the name implies was written to provide speed optimized XML handling. It was designed to be an alternative to Nokogiri and other Ruby XML parsers for generic XML parsing and as an alternative...
26: Hackers Love Mass Assignment (view original Railscast) Other translations: Other formats: Mass assignment is something most Rails programmers make use of as it provides an easy way to populate the properties of a model object from a form. Unfortunately its simplicity can make it a...
Learn how to use the Rollout gem to deploy a feature to a select group of users and the Degrade gem to automatically disable it upon failure. Also included is a way of doing this from scratch.
The Ruby on Rails Tutorial: Learn Rails by Example (a.k.a. railstutorial.org ) by Michael Hartl has become a must read for developers learning how to build Rails apps. Michael has put together a great Rails 2.3 tutorial, releasing it all for free online chapter by chapter. Now, Michae...
Join us for Open Office Hours and ask us anything about our open source projects Moonshine, Shadow Puppet, The Rails Machine, or advice on how to keep your app up and running well! Open Office Hours will be hosted through a Google Hangout. Just add us to your circles on Google Plus an...
'Programming in CoffeeScript' by Mark Bates, Now Available Mark Bates, a Ruby developer, was won over by CoffeeScript and has written a book for Addison-Wesley which has now been published. Despite being a language that compiles down to JavaScript, CoffeeScript has become relevant to ...
"It has been a pleasure working with Ruby Row to advertise RailsKits.com. Of course I appreciate how having a focused advertising network gets RailsKits in front of the people who would be the most interested in learning about it, but I also enjoy being able to support bloggers who co...
I'm trying to install Redmine for the first time in a Windows Server 2008 environment. I'm getting the following error when I try to run the following rake command: setRAILS_ENV=production rake db:migrate error: "rake aborted! undefined local variable or method 'version_requirements' ...
ActiveMerchant интеграция для РобокассыVasiliy Ermolovich Добавляем оплату через Робокассу в Rails приложение используя gem ActiveMerchant: http://brainspec.com/blog/2012/06/28/activemerchant-robokassa/ Комментарии Пожалуйста авторизуйтесь, чтобы добавить комментарий. Вход
RE: History list shows "Updated by {{author}} {{age}} ago" - Added by Christoph Frank over 2 years ago Hi Felix, Thanks for the response. The information about our setup is the next problem. The script/about does not work. But I'll put that into another issue. Here's the setup of the ...
Fluentd plugin to calculate min/max/avg/Xpercentile values, and emit these data as message
railties/lib/rails/test_help.rb railties/lib/rails/commands/benchmarker.rb railties/lib/rails/commands/profiler.rb railties/lib/rails/commands/plugin.rb actionpack/lib/action_controller/deprecated/performance_test.rb actionpack/lib/action_controller/deprecated/integration_test.rb acti...
Mechanize (formerly WWW::Mechanize), a handy web browsing ruby object. Development Status: 5 - Production/Stable Environment: Console (Text Based) Intended Audience: Developers License: MIT/X Consortium License Natural Language: English Operating System: OS Independent Programming Lan...
Pry is an alternative to IRB and sports many great features. Here I show how to integrate it into a Rails app, and how it can aid in debugging.
m blank-padded ( 1..12) %-m no-padded (1..12) %B - The full month name (``January'') %^B uppercased (``JANUARY'') %b - The abbreviated month name (``Jan'') %^b uppercased (``JAN'') %h - Equivalent to %b %d - Day of the month, zero-padded (01..31) %-d no-padded (1..31) %e - Day of the ...
m blank-padded ( 1..12) %-m no-padded (1..12) %B - The full month name (``January'') %^B uppercased (``JANUARY'') %b - The abbreviated month name (``Jan'') %^b uppercased (``JAN'') %h - Equivalent to %b %d - Day of the month, zero-padded (01..31) %-d no-padded (1..31) %e - Day of the ...
m blank-padded ( 1..12) %-m no-padded (1..12) %B - The full month name (``January'') %^B uppercased (``JANUARY'') %b - The abbreviated month name (``Jan'') %^b uppercased (``JAN'') %h - Equivalent to %b %d - Day of the month, zero-padded (01..31) %-d no-padded (1..31) %e - Day of the ...