20 May 2013

The Ruby Reflector

Topic

RubyGems

  Source Favicon
By 0x4a6f4672 of 4 Lines of Code 5 days ago.
Email

…1.9.2), the right Ruby-On-Rails Version (2.3.8 or 3.2), and the right RubyGems Version (say 1.3.5). The gems or plugins have their own versions, too. The whole system only works if everything fits together. In the beginning this is no problem, for a new system usually everything is up-to-date. But then time goes on, and you have to update the Linux version, or the Ruby version, or the RubyGems Version. And suddenly the other versions no longer fit. It can be very frustrating to get …

4loc.wordpress.com Read
  Source Favicon
By Assaf of Labnotes almost 2 years ago.
Email

…to function. This is in stark contrast to ruby libraries, where nearly every one of them requires rubygems.

Girls go geek Interesting post from Fog Creek about gender in Computer Science followed by a Q&A with one of their interns (via @ aworkinglibrary ):

Honestly, when you hear the phrase "the world's best developers," you see a guy. And, for women, that can be alienating.

The pipeline Everything you wanted to know about HTTP pipelining in …

blog.labnotes.org Read
  Source Favicon
Email

…in building multi-tenant apps and ensuring data separation between tenants. So, if you're building a multi-tenant Rails app, make sure the Multitenant gem is in your toolbox!

Source code is 100% opensource and available on Github:

https://github.com/wireframe/multitenant

Gem is available on rubygems:

https://rubygems.org/gems/multitenant

blog.codecrate.com Read
  Source Favicon
By Mike Gunderloy of A Fresh Cup 5 days ago.
Email
  Source Favicon
Email

…rubygems service was reimplemented to use fog to control AWS S3 for storing rubygems.

Wesley started the fog project before he joined Engine Yard. After he came on-board, fog was adopted to replace the hard-wired AWS-specific portions of Engine Yard AppCloud. He's been working on fog in his spare time. The cloud space is quickly evolving and gaining momentum across a growing number of competing vendors and stakeholders. At Engine Yard, we feel it's critical to invest …

engineyard.com Read
  Source Favicon
By Satish Talim of RubyLearning Blog 27 days ago.
Email

…You will also be introduced to Git, GitHub, HTTP concepts, RubyGems, Rack and Heroku.

Depending on participation levels, we throw a Ruby coding challenge in the mix, right for the level we are at. We have been known to give out a prize or two for the ‘best' solution.

Who's It For?

A beginner with some knowledge of programming.

You can read what past participants have to say about the course.

Testimonials

Natasha Murashev

Melanie Shebel …

rubylearning.com Read
  Source Favicon
On Opscode Blog almost 3 years ago.
Email

Opscode to announce in this release. The first is an updated rubygems package provider which uses rubygems' ruby API . This fixes the lingering issues we've had with the changes in rubygems 1.3.7, and gives us an impressive speed boost in the process: in our tests, the new provider is 300-2000 times faster when the desired gem is already installed.

Finally, this release introduces a notification API : you can now configure chef-client to run notification handlers after each …

opscode.com Read
  Source Favicon
Email

Update to the latest Rubygems version: gem update --system

Install gems critical to Rails development, e.g. gem install bundler foreman pg rails thin --no-rdoc --no-ri

You can set project-specific Ruby and gem versions by running the rbenv local command within your project directory: rbenv local 1.9.3-p385

If you follow the steps above and find you're having issues with rbenv, check your echo $PATH . Most likely you're not seeing the appropriate ~/.rbenv dir.

If so, …

robots.thoughtbot.com Read
  Source Favicon
On RubyFlow - Search for jruby 3 years ago.
Email

Redcar 0.3.5 has been released and is available on rubygems! Schweet!

sudo gem install redcar

sudo redcar install

For hoes who don't know, here is a quick description of redcar!

Redcar is an open-source programmers' text editor for Ruby, written in Ruby. It is designed to be compatible with Textmate bundles (a work in progress) and run cross-platform on JRuby .

rubyflow.com Read
  Source Favicon
By Mike Gunderloy of A Fresh Cup 2 months ago.
Email