23 May 2013

The Ruby Reflector

Topic

Student

  Source Favicon
By Giles Bowkett of Giles Bowkett 7 months ago.
Email
  Source Favicon
On Ruby Quicktips 3 years ago.
Email

Instead of looping through your collection and rendering a partial for each element like this: 'person', :locals => { :person => student } %>

...you can pass the collection directly to the render method: 'person', :collection => @ students %>

Please note that the name of the variable, you can use inside the partial to refer to each element of your collection, has the same name as your partial; and is not derived from the name of your collection. So, in this case use person and not student .

rubyquicktips.tumblr.com Read
  Source Favicon
By Hongli Lai of Phusion Corporate Blog 7 months ago.
Email

Student, educational institution and non-profit discounts

The Startup license may now also be purchased by students, educational institutions and non-profit organizations. The Startup license was originally meant to help bootstrapping startups like us, but we figured that it would be fair to help students, educational institutions and non-profit organizations in a similar way because they too are strapped on cash. We still want to give them access to world-class technology so we've …

blog.phusion.nl Read
  Source Favicon
By Chris Hansen of New Relic 8 months ago.
Email

…great success, it's also been limited by the number of robotic parts available to the students. Students are able to build the robot specified in the base Lego kit instructions, but have few options to take it in a new direction.

Luckily for them, New Relic has stepped in and is sponsoring the class this year. Our sponsorship provides much-needed funds to purchase additional parts. Now the kids have more choices on how to design their robots. They can choose whether they want to build …

newrelic.com Read
  Source Favicon
Email

…Monday, October 15th | 7-9 p.m. | thoughtbot office | Matt Mongeau | Students will learn Ruby language syntax, how to write Ruby objects, and how objects interact with one another.

Introduction to Ruby on Rails | Wednesday, November 7th | 7-9 p.m. | thoughtbot office | Chad Pytel | Students will learn the basics of the Ruby on Rails web application framework.

Other evening Skillshare classes in the curated list

Photoshop Quickstart for Beginners | …

robots.thoughtbot.com Read
  Source Favicon
By Jamie Bright of Opscode Blog 9 months ago.
Email

Students must be familiar with basic to intermediate Unix/ Linux system administration topics including the following:

Command-line familiarity with Unix/ Linux shells

System resource concepts like package, service and user management

Key-based authentication (e.g., RSA/ SSH)

Version control systems (e.g., Git, Mercurial, Subversion)

Knowledge of cloud computing or virtualization concepts such as API-driven compute is helpful Students should have basic working …

opscode.com Read
  Source Favicon
By John Resig of John Resig 9 months ago.
Email

Students can always see the code associated with a project and it's always displayed next to the output. Students can change any code they see and and save it to their own personal account (aka "forking" in the Github parlance).

(Note the authorship details and the "Based on" link with screenshot that shows up below a project that has been "forked" from another project.)

Community feedback and discussion is also large part of the benefit that we hope …

ejohn.org Read
  Source Favicon
Email

As a former Student Election Judge I can confirm this.

concentrationstudios.com Read
  Source Favicon
Email

""We are an award-winning yearbook. We don't want to diminish the quality with something that can be seen as unprofessional," Jaramillo said."

-

The Durango Herald | Student editors make call on "sexy" yearbook photo

haha yearbook nerds. (via stryker )

concentrationstudios.com Read
  Source Favicon
By Gregory Brown of Practicing Ruby over 1 year ago.
Email

…conflict with other dependencies. Inspired by the ideas behind multi_json, a Mendicant University student ( Mitko Kostov) built a similar adapter library for Markdown processors called Marky . The base implementation is very simple, and gives us a good opportunity to look at one way to implement an Adapter in Ruby from the ground up.

The basic idea is that we want to be able to use a common interface while easily configuring which backend is used under the hood. The following …

blog.rubybestpractices.com Read