Since it relies on precompiled gems already existing in the gem home, the gems cannot be removed or upgraded without requiring a C compiler. The correct solution is what gems authors do for Windows: ship versions of binary gems with specific OSX designations. Currently, binary gems do...
implementation assumes that the encoding of the string is UTF-8, if you want to handle different encodings you can write your own multibyte string handler and configure it through ActiveSupport::Multibyte.proxy_class
This week we cover a veritable smorgasbord of topics in Databases & Rails: Week 8 . We'll talk about dealing with Nil and using Modules in Ruby. We are also going to cover importing data from a spreadsheet, rake, rubygems, bundler, and talk a little about Rail’s testing ecosystem. Enjoy!
Now that I’ve fed authorship and published date information to Instapaper and Readability text parsers, I don’t want them to show this byline twice (once in their own UI, and once in my content). Fortunately, they both allow means to mark certain elements to be ignored by their text p...
jruby-memcached 0.3.0 released Posted by flyerhzm on August 07, 2012 — 0 comments I just released jruby-memcached 0.3.0 , I have rewritten it by pure java code, about 10%-20% faster than 0.2.0, check out details here Comments Post a Comment Comment abilities for non registered use...
This episode marks the 3 year anniversary of Ruby5, thank you all for listening. Today we cover api_taster, overriding instance method with module, more Rails 4 live streaming, event tracking, checker gem, and legacy systems.
So even though not everything is an object in Ruby, an object is never very far away. Every statement eventually reduces to a single object. You might say that almost everything is an object—and everything is almost an object. Much of the time, the objects produced by control flow sta...
Each would be rendered and added as a separate part to the message, with the corresponding content type. The content type for the entire message is automatically set to multipart/alternative , which indicates that the email contains multiple different representations of the same email...
Removes the definition of the given constant, returning that constant’s value. Although predefined classes/modules also can be removed, they just can’t be refered with the names but still exist. It could cause very severe confusion. Feel Free to Shoot Your Own Foot.
4,055 downloads a (0.1.1) Summary 1,585 downloads a13g (0.1.0.beta3) A13g allows you to use event-driven architecture in your applications It can be used for enterpri... 134 downloads a2_printer (0.1.0) Sending commands to a small thermal printer 2,064 downloads a2ws (0.1.9) Wrapper f...
Unlike Phusion Passenger for Apache and Phusion Passenger for Nginx, Phusion Passenger Standalone does not require an external web server, it is its own and therefore extremely easy to get started. It is powered by an Nginx core. This allows it to serve static files at blazing speeds,...
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...
Hi there! As you've probably noticed, we're busy doing other stuff and have long stopped writing new articles here at Softies on Rails. However, we've provided a handy archive below, in case you want proof of our long history of having no clue what we're doing.
There are two different ways to set up a many-to-many association in Rails. In this episode you will see how to implement both ways along with some tips on choosing the right one for your project.
まず、自覚がなければ、悩むことすらできないし調べようとも思わないから、とにかく情報を拡散するしかないんです。 それから、「性同一性障害とか聞くけど、真剣に悩んでる人が本当にいるの? 一部の変な団体が騒いでるだけじゃないか?」みたいな意見も偶にあるわけですが、少なくともこのインタビューを読んだRubyistは「いやRuby界でもYuguiという人がいてね」と言ってくれることでしょう。それで悩んでる人が暮らしやすくなるんです。世界100万人のRubyistが変わればその周辺の1億人が変わります。そうすると世界が変わります。 だから情報の拡散は重要なんです。そこへ行くと...
I’ll be updating this page from time to time. If you have been associated with RubyLearning in some way or the other and would like your information (Full name, Country of Residence, Twitter Id and / or Facebook Profile URL and / or GitHub URL) displayed here, please post the informat...
Unable to activate the account. Please check or enter manually. Activation Code Job Board Reach the world's largest dedicated collection of Ruby on Rails developers Post a Job | Proceed to the board Recent Forum Topics Ruby on Rails Developer Needed for NYC in Working With Rails Websi...
spruz 0.2.13 All the stuff that isn't good/big enough for a real library. install gem install spruz Download Subscribe Stats Authors Florian Frank 426,571 total downloads 179,036 for this version Owners Links Homepage Source Code Documentation Bug Tracker Gemfile gem "spruz", "~> 0.2....
A Secure, Reliable Event Tracking System for Online Betting using Rails Posted by gravis on August 06, 2012 — 0 comments The French government legalized online betting in 2011 and created an Authority (named "ARJEL") in charge of this new market. This authority enforces betting operat...
I recently started building a Rails 3 app that will function as an internal REST service. I wanted it to be as lightweight and fast as possible, both to test and to run. Here are a few ways I configured the app to be a bit faster: Defined a limited route set Removed ActiveResource Rem...
It is very hard to obtain a full list of web applications defined in the Apache configuration file(s). In other words, it’s hard for Phusion Passenger to know which web applications are deployed on Apache until a web application is first accessed, and without such a list Phusion Passe...