They discuss how Ben Alman got started with programming and his crazy projects, the open web, favorite tools, and one of his latest projects, Grunt. They also discuss CoffeeScript, and why Ben Alman’s not using it yet, speaking at conferences and how Ben Alman got more comfortable in ...
Uploading, converting and generating thumbnails for PDF documents Posted by Cloudinary on July 27, 2012 — 0 comments This blog post explains how to easily upload PDF documents to the cloud, automatically convert them to images and back to PDFs, generate thumbnails dynamically, extract...
Friday, July 27, 2012 at 5:27AM Time to wrap this week up and get on with life. Rails version 3.2.7 has been released! - Mainly a security fix, but not super-critical unless you're using digest authentication. Roadmap Preview 2: live IRB console, deployment error resistance, new websi...
The story how I used gon with rabl on groupon.ru Posted by gazay on July 27, 2012 — 0 comments I’ve released a new version of my gem Gon (currently 4.0.0) recently, so I’ve decided to make some examples of it’s features in use. Here is my blog post . Comments Post a Comment Commen...
If you’re new to Rails and Active Record, or you’ve been using them for some time, there are likely methods you’ve been overlooking. Join me this week for a deep dive into Active Record as we cover the query interface, how method chaining works, and how to avoid SQL injection.
July 24th, 2012 We talk about Sublime editing, implicit gemsets with Bundler & rbenv, really secure HTTPS with HSTS headers, easy graph output with Graphene and Rubies in Gemfiles thanks to Heroku's new Bundler 1.2.0-RC compatible Ruby buildpack. July 20th, 2012 Three great blog entri...
merge, except and only - lets arel first episode Posted by bigbinary on July 27, 2012 — 0 comments In this screencast merge, except, joins_values and only are discussed. Future episodes will discuss more Arel goodies. Comments Post a Comment Comment abilities for non registered us...
ezmobius, deciding not to use define_method because it is 3 times slower than def seems like premature optimisation to me. I can't help but feel that in (say) a web application, the effect that define_method will have on performance will be negligible, and that areas to focus on with ...
Троекратное "ура"! Наконец-то объявлены даты супер-замечательного состязания умов - Rails Rumble :) В этом году вам стоит забронировать 48 часов для небывалого удовольствия от работы. Состязание пройдет 13-14 октября. Дата начала регистрации и обновленные условия будут объявлены позже...
fluent-plugin-irc 0.0.1 Output plugin for IRC install gem install fluent-plugin-irc Download Documentation Subscribe Stats Authors OKUNO Akihiro 8 total downloads 8 for this version Owners Links Homepage Gemfile gem "fluent-plugin-irc", "~> 0.0.1" Versions 0.0.1 July 27, 2012 Runtime ...
Rails 3.2.7, 3.1.7, 3.0.16Alex Soulim Вышла новая версия Rails (в каждой из веток). Это багфикс-релиз, который устраняет уязвимость в дайджест аутентификации Action Pack . Обновление настоятельно рекомендуется. Комментарии Пожалуйста авторизуйтесь, чтобы добавить комментарий. Вход
Posted July 27, 2012 by Andrew Hooker Comments Spree 1.1.3 has been released. This is a patch release to be compatible with the new Rails 3.2.7 release . The newest version of Rails contains a minor security release fix so you’re encouraged to update at your earliest convenience. This...
We’ll implement this by using a feature that was introduced in Rails 3: ActiveSupport::Notifications . We can use notifications to create instruments. An instrument takes a block of code and when the block finishes executing it will send out a notification event. Any notifications tha...
After years with Java development and some various experience with the framework Ruby on Rails, I wanted to get a broader knowledge with the Ruby language. I stumbled over Satish’s website rubylearning.com, and decided to read the book “The Ultimate Guide To Ruby Programming”. I found...
My primary offering is honest and experienced advice. If you've followed me for awhile, then you know what my areas of expertise are: Growing a consulting operation from scratch Leadership of web development teams Adoption of Agile and Lean Startup techniques Ruby on Rails-related tec...
If you’re new to Rails and Active Record, or you’ve been using them for some time, there are likely methods you’ve been overlooking. Join me this week for a deep dive into Active Record as we cover the query interface, how method chaining works, and how to avoid SQL injection.
Now in Ruby, strings can be created using single or double quotes. The only difference is that you can interpolate variables in double quoted strings. I constantly see the following confusing code: user.name = "name" link_to "home", root_path Here we’re using double quoted strings, bu...
by James Brown on New in Pivotal Tracker: Full Page Stories! by Juri on New in Pivotal Tracker: Full Page Stories! by cheapgifts12, on Pivotal Tracker has a new home within EMC by cheapgifts12, on Pivotal Tracker maintenance this Saturday, Mar. 31 at 9am PDT by Brian T. Nakamoto on Ne...
→ try() 26 February 2008 This is something we’re using on GitHub that I really wish I started using sooner. For lack of a better name, it’s called try() . It works like this: def remove_email ( email ) emails . find_by_email ( email ) . try ( :destroy ) end Another example: file_type ...
search for yolo No entries found Help Guides Blog Contribute Mobile Status Uptime Code Discuss Stats About hosted by design by resolved with optimized by tracking by
seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards. The final manuscript has been published on paper by O’Reilly, under the Google Press imprint. Buy the printed Work — artfully titled “HTML5: Up & Running” — and be the firs...
gem query --remote # shortcut: gem q -R you see will a detailed list of all the gems on the remote server. Sample output (heavily abbreviated): *** REMOTE GEMS *** activerecord (0.8.4, 0.8.3, 0.8.2, 0.8.1, 0.8.0, 0.7.6, 0.7.5) Implements the ActiveRecord pattern for ORM. BlueCloth (0....
jake 1.1.1 Build tools for JavaScript projects install gem install jake Download Documentation Subscribe Stats Authors James Coglan 6,794 total downloads 471 for this version Owners Links Homepage Gemfile gem "jake", "~> 1.1.1" Versions 1.1.1 April 11, 2012 1.1.0 April 11, 2012 1.0.1 ...
As I mentioned in the post on managing file uploads, the most common cause of an unresponsive rails application is having some long-running requests consuming all your rails processes. For managing uploads and downloads you can off-load the time-consuming work to apache modules like m...