On Community Funding of Open Source drbrain | Fri, 30 Mar 2012 02:49:42 GMT Posted in Ruby The other day Yehuda Katz announced a kickstarter for creating Rails.app , an OS X application that makes it easy to bring new programmers to Rails and Ruby. I think the idea is fantastic. When ...
Rails 3.2.3 also introduces a new option that allows you to control the behavior of remote forms when it comes to authenticity_token generation. If you want to fragment cache your forms, authenticity token will also get cached, which isn't acceptable. However, if you only use such for...
『Rubyist Magazine』、略して『るびま』は、日本 Ruby の会の有志による Rubyist の Rubyist による、Rubyist とそうでない人のためのウェブ雑誌です。
The first few months of Vagrant were reasonably uneventful. Besides the initial rush of early adopters, growth mostly stagnated, and each release of Vagrant was getting averaging around 100 downloads. While I loved the project and still whole-heartedly believed in it, seeing very litt...
#138 I18n (revised) Mar 29, 2012 | 10 minutes | Views Translate a site into other languages through internationalization (I18n). Here I show how to store a locale in the URL and manage translated text through YAML files. Subscribe to Watch Episode Tweet Show Notes 0 Comments Similar E...
using your regular login/password via HTTP Basic authentication. using your API key which is a handy way to avoid putting a password in a script. The API key may be attached to each request in one of the following way: passed in as a "key" parameter passed in as a username with a rand...
September 8, 2009 Tagged: ruby Comments (View) gsub with a block Did you know gsub can take a block? I didn’t until today. "10 comments".gsub(/ (.+)/) do |words| " <div class='superstyle'>#{words.lstrip}</div>" end # "10 <div class='superstyle'>comments</div>" I like giving the match ...
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...
I was reminded that I’ve been missing out on our sweet laptop script, which is a program we maintain to get a Rails environment set up on OS X as quickly as possible. So over the past week, Antonio Salazar Cardozo (Shadowfiend ) fixed our capitalization of Qt (b667280 ), Prem Sichanug...
December 29, 2010 Tagged: ruby rubygem versioning software README Comments (View) Twiddle Wakka Do you know the twiddle wakka ? It looks like this: ~> You’ve seen it in your Gemfile. Here’s an example gem "rails", "~> 3.0.3" gem "thin", "~> 1.1" ~> 3.0.3 means that when you bundle ins...
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...
Friday, March 30, 2012 at 6:10AM Ending the week with a bang. Rails 3,2,3rc2 has been released! - Not too many changes here, but there's an important tweak to handling fragment caching for remote forms. cashier - Use tags to replace complex multipart keys when working with the Rails c...
March 27th, 2012 Factory 3.0 says bye to Ruby 1.8 and Rails 2, heroku_san ensures you do your deploys right, Bullet 2.3.0 speeds up your queries, gambas inlines your PDF generation, RVM asks for a testing hand, and Jared Carroll shows how to test an external API. March 23rd, 2012 RSpe...
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...
Shameless Self-Promotion, Beautiful Unique Snowflakes, & Extra Nose Syndrome Posted on March 5, 2010, 2:21 pm, by Amy Hoy, under business , pimpin , startups , work . Popular opinion among smart, skilled, hard-working people seems to go something like this: Something is wrong with a s...
When you upload your latest app to a production Web server and open it up to the world, you're really throwing your app to the elements - good and bad. If you don't pay any attention to security whatsoever, you're likely to fall foul of some cracker's nefarious scheme and your users w...
In this video, Forrester VP and Principal Analyst John Rymer argues that companies need to include cloud as a strategic resource in their IT strategy. In addition, he makes the case that Platform as a Service (PaaS) in particular holds the key to fully realizing the value of cloud com...
Решение задач - один из отличных способов хорошо провести время и узнать что-то новое. Проект Rubeque - это сборник из нескольких десятков задач, решить которые нужно используя Ruby. Задачи делятся на три уровня сложности, каждый из которых дает некоторые баллы. Если вы уже пробовали ...
Ilya Grigorik , Posted August 15, 2010, 12:21 pm Yehuda, I’m really excited to read this. If I was to summarize all of my thoughts on this post in one statement then its: “Enough already” is not enough – we need many, many more conversations like this one. And the fact that we are, fi...
Puma - веб-сервер, который быстрее Rainbows! и Unicorn, а также менее требователен к памяти, чем эти серверы. Puma взял все лучшее от Mongrel. Поддерживает все версии Ruby, но всю мощь показывает под Rubinius и JRuby. Создан специально для Rack-приложений. Установка: $ gem install pum...
Post updated to reflect name change from Hudson CI to Jenkins CI Continuous Integration (CI) must be easy, easier to do, than not to. It should reduce the pain of development. However, for many developers and their companies, the idea of running a CI server garners a meek “yeah, I sho...
Load Podcast S02E12: Engine Yard Support Featuring Adam Holt Erik Jones James Paterni John Yerhot Tasha Drew Published: March 30, 2012 Tasha Drew, our Success Manager interviews some of our awesome Support Engineers: John Yerhot, Adam Holt, Erik Jones, James Paterni. 1:15: Support’s d...
tickspot-rb 0.1.0 Ruby wrapper for the Tick API http://tickspot.com/api install gem install tickspot-rb Download Documentation Subscribe Stats Authors Chris Mason 28 total downloads 28 for this version Owners Links Homepage Bundler gem "tickspot-rb", "~> 0.1.0" Versions 0.1.0 March 30...
paperclip 3.0.1 Easy upload management for ActiveRecord install gem install paperclip Download Documentation Subscribe Stats Authors Jon Yurek 1,277,789 total downloads 55 for this version Owners Links Homepage Source Code Bundler gem "paperclip", "~> 3.0.1" Versions 3.0.1 March 30, 2...
Improved validations in Rails 3 Quite sorry about not getting another post up sooner; I’ve been very busy lately with a few different things (some of which shall be revealed very soon!). Today I want to talk about validations. Validations received quite a bit of love in Rails 3, but i...
Mendicant University уже в третий раз организует Global Hack Day. Событие будет проходить 5 апреля с 18:00 до 02:00 UTC. Приглашаются все желающие, а не только члены сообщества Mendicant University. Поскольку событие будет глобальным, то все общение будет происходить в IRC-канале #men...