July 12, 2012 Tagged: vim completion faster better stronger hit tab Comments (View) Vim, you complete me Ever watch someone else type at a shell, spelling out every filename, even making typos and fixing them, very slowly? “Hit tab!”, you yell, helpfully. I do that when watching someo...
GitHub Takes $100m of Funding The Ruby world celebrates its latest home grown business success, GitHub, who this week announced they've received $100m in funding from Andreessen Horowitz. Will every Rubyist eventually work there? Watch this space. Code Climate (Metrics Service) Is Now...
Test your rabl view Posted by shingara on July 12, 2012 — 0 comments If you use Rabl to generate your API output. You need test this generation. This blog post explain how I test my rabl's view . Comments Post a Comment Comment abilities for non registered users are currently deac...
kendoui-rails 0.0.8 Adds GPLv3 Portions of Kendo UI (http://kendoui.com) to javascripts and styles folders install gem install kendoui-rails Download Subscribe Stats Authors Brandon Satrom 1,983 total downloads 6 for this version Owners Links Homepage Source Code Documentation Wiki Bu...
Ruby についてもっと詳しく知りたい方はリファレンスマニュアル を読んでください。 オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル Ruby の詳細は、ほぼリファレンスマニュアルに記載されています。 Ruby で何を出来るのか一通り知りたい場合は「標準ライブラリ」 の部分を一度ざっと目を通すことをおすすめします。 また、このリファレンスマニュアルはまとめてダウンロードすることもできます。 HTML形式 (一番新しいものをダウンロードすれば OK) Windows 用 HTML Help形式 Windows で Ruby を利用するかたはぜひ H...
I'm obsessed with remote pair programming and remote collaboration. I've even given tech talks about remote pair programming . Most teams with which I've worked remotely are small -- usually around four to six team members total -- but for the past 10 months I have remote paired on a ...
Upcoming Changes to Checkout Customization Posted July 11, 2012 by radar Comments A lot of our users have complained about how hard it is to customize the checkout flow of Spree. Some of our users wanted to remove the delivery step when shoppers had only digital goods in their cart. O...
Does Ruby Have Too Many Equality Tests? This guest post is by Eric Anderson , who develops web-based applications for small businesses though his company Pixelware, LLC in Atlanta, GA. He also runs SaveYourCall.com which allows people to record phone calls from any phone without the n...
Posted July 05, 2012 by Andrew Hooker Comments We have just released several new versions of Spree which contain important security fixes. A vulnerability exists in Product Scopes that could allow for unauthenticated remote command execution. There is also a potential XSS vulnerabilit...
$ rake spec:requests (in /Users/eifion/code/tasklist) /Users/eifion/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -S bundle exec rspec ./spec/requests/tasks_spec.rb .<span class="failed">F</span>. Failures: 1) Tasks GET /tasks supports js <span class="failed">Failure/Error: page.should have_cont...
What is Platform as a Service (PaaS)? Cloud computing, or the delivery of computing and storage as a service, differs from traditional computing in that the cloud model does not require that IT departments build, store and manage all of the hardware and software needed to run applicat...
Sass’s indented syntax (also known simply as “Sass”) is designed to provide a more concise and, for some, more aesthetically appealing alternative to the CSS-based SCSS syntax. It’s not compatible with CSS; instead of using { and } to delimit blocks of styles, it uses indentation, and...
SimpleCov is a code coverage analysis tool for Ruby 1.9. It uses 1.9’s built-in Coverage library to gather code coverage data, but makes processing it’s results much easier by providing a clean API to filter, group, merge, format and display those results, thus giving you a complete c...
receives a series of exception classes or class names, and a trailing :with option with the name of a method or a Proc object to be called to handle them. Alternatively a block can be given.
Engine Yard is happy to announce that we are making an updated Engine Yard AMI the default when booting instances in newly created environments. A few months ago, we released the ability for customers to leverage a new AMI. Since then, we’ve been using it in our production systems and...
Next we’ll show you how to customize the way that devise’s views look. If you’ve gone to a lot of effort on the look of your site then you’ll want the forms that devise provides to match the rest of your pages. As devise is a Rails Engine it provides its own views but these can be eas...