There's a lot of very handy commands in that post. I've always been a huge fan of $_ and !! Another useful one that I'm surprised wasn't mentioned was the...
Greetings The Lone Star Ruby Conference, held in Austin, TX on September 4-6, is NOW OPEN for registration. This year we have an amazing line-up of speakers,...
Look what I just stumbled upon. http://ec2onrails.rubyforge.org/ Features of the EC2 image: * Ready to deploy a Rails app with little or no configuration of ...
Be careful with this setup if you plan on using it in production. The security on the images is not very solid. I only had a chance to tighten up the SSH...
Hi, I'm curious which portions of the SSH were not solid from your viewpoint? One thing that would jump out is the OpenSSL vulnerability that affected...
The main security vulnerability that I saw was that it allowed root login as well as password authentication ... Neither of these is terribly awful thing, but...
Hi Don, We've been using this for quite a while, though be it a modified version. As Bryan mentioned, it allowed plain text passwords. We removed this ability...
Hmm... the issue mentioned with passwords versus ssh... I dont believe that the latest drops of ec2onrails by default has passwords enabled. When I looked at...
I believe it has to have PasswordAuth enabled by default. Otherwise you would have no way to SSH in to the server. Unless, you also get a public key to login...
I got my typical LinkedIn Network update and saw that several of you had joined the Ruby On Rails professional group. Unfortunately, LinkedIn does not have a...
I was doing some research on Ruby editors last night for a blog post that I posted this morning when I stumbled across Rails.vim again. At first glance, it...
I do like it still - never became a real expert at it. I had one problem - one of the plugins was causing vim to exit with a code that made git think there had...
I have a buddy with a LAMP (Linux, Apache, xMl and Php) setup. He needs the following script(s) written up, and I don't have time. Anyone want to make some...
Could someone post a link to the Ruby on Rails LinkedIn group? I don't have it in a recent update and can't seem to find it on their site. Thanks. ... Could...
Speaking of groups.... Nils, I requested membership into your "Houston Ruby Brigade" group on WorkingWithRails.com a month or so ago but was never accepted. I...
Jim, the Houston Ruby Brigade group on WorkingWithRails.com has certain -- how can I put it delicately -- *standards*. I'm sure you can appreciate our position...
Folks, I´m getting ready to go on vacation and so is Lancaster. Let´s regroup in August. I figure various people are traveling this summer anyway. See you...
I have just registered... so I will be there. Looking forward to it too. Don On Jul 6, 2008, at 10:43 PM, Nils Jonsson wrote: [... Stuff Deleted ...] P.S.:...
I need some help. I am having problems with Resource routing. I generated a new resource called Page using the generate scaffold command. I did not change any...
... This does not happen for me -- it redirects to #show. Looking at the code for PagesController#create and AnnouncementsController#create this is expected....
What are the routes for the Announcement resource? Is the problem that "Page list page" is not the same kind of page as "Announcement view page", or is the...
Both of these use: map.resources :model For the announcements, when I go to the new form and press Submit, it creates a record then returns to the View page....
Robert, I'm seeing the same thing as Nils. It is creating page records and redirecting to the correct 'show' page template. -Eric ... causing a ... designer to...
Maybe I have the wrong version of something? Is it possible for you to dump out what version you have of everything. What's the command for that? I just...
... You can get the versions of Ruby and the Rails libs through the default index.html in public. Rename that back to index.html from old.index.html. I'm using...