Skip to content
Menu
Justin Ball
  • About
  • Privacy Policy
Justin Ball

Tag: Ruby On Rails

Ruby Grand Masters

Posted on March 31, 2008November 1, 2021

I spent two years in Japan. While there I met all kinds of interesting people. I remember one individual in particular because he was a chess grand master. He was also very good at Shogi. In fact he had written Shogi the video game for Nintendo. I like chess and so we played a game….

More Ruby Conference

Posted on March 29, 2008November 1, 2021

We missed the first talk this morning (sorry Devlin we suck). I slept till 9:30, but mainly because we were up till 4am. Dave South gave me some great info on using TestSpec. RSpec seems to be the hot thing right now, but I like how TestSpec is lightweight: Install the gem: sudo gem install…

Mountain West Ruby Conference

Posted on March 28, 2008November 1, 2021

I’m at the Mountain West Ruby Conference for the next few days so I will be doing a bunch of blog posts that look like notes. Up right now: Strengthening the Ruby Ecosystem & Ezra Zygmuntowicz Evan Phoenix Evan is talking about Rubinius. Engine Yard pays him to work on the project full time. Even…

Using Amazon’s Web Services from Ruby – Jonathan Younger

Posted on March 28, 2008November 1, 2021

Right Scale has a great gem: gem install right_aws RightScale RightAws::Sqs RightScale RightAws::Ec2 They will automatically retry errors for you. gem install kato Kato – EC2 Pool Manager require ‘rubygems’ requrie ‘right_aws’ RightAws::RightAWSParser.xml_lib = ‘libxml’ SQS = RightAws::Sqs.new(access_id, access_key) #get an SQS object queue = SQS.queue(“name_of_queue”) #create a or get a reference to an existing…

Plugin Loading for Ruby on Rails has Changed.

Posted on March 22, 2008November 1, 2021

I am tired of recreating the login system for Rails for each new project so using the RESTful Rails Authentication Tutorial I created a template project that I can use to create new projects. While adding in the OpenID Authentication component I started getting this error: /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:376:in `new_constants_in’: You have a nil object when you…

Big Companies Using Ruby on Rails

Posted on March 19, 2008November 1, 2021

I am frequently asked how reliable/scalable is Ruby on Rails? I usually tell people about Twitteror more recently point them to this article about the Friend’s For Sale Facebook application. The answer is, yes Rails scales just fine. The trick is getting your database to scale. Anyway, Obie Fernandez, a major name in the Rails…

Ruby fs-api

Posted on March 12, 2008November 1, 2021

I am in the Ruby-fs API presentation now. Funding for the library came from USFamilyTree.com. It is REST based. Data model is: Person Person has many Assertions Assertion has one Contributor, Citation(not yet implemented), Note Each person has a lot of data associated with them so you don’t want to be parsing xml data on…

secret given to the #protect_from_forgery call

Posted on February 7, 2008October 25, 2021

My code was running fine under Rails 2.0.2. Then I enabled the db based session store by uncommenting this: config.action_controller.session_store = :active_record_store </pre> in environment.rb. Anything that used the session after that gave me this error: No :secret given to the #protect_from_forgery call. Set that or use a session store capable of generating its own…

OER Code Sprint

Posted on February 6, 2008November 1, 2021

We are at the end of the second day of the OER code sprint. This has been a great time feels quite a bit different than the higher level OER meetings I have attended. The first few hours of the first day were spent chatting, but after that I think that quite a bit of…

Professionals and The Enterprise

Posted on January 30, 2008November 1, 2021

Professionals and the enterprise Under threat of divorce if I didn’t hang my Christmas lights this past Christmas I braved the elements and managed to put them on the trees. Of course this wasn’t sufficient to prevent the impending separation – only lights on the top eves of the house would be a sufficient sacrifice…

  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 13
  • Next
©2025 Justin Ball | Powered by SuperbThemes & WordPress