-
Recent Posts
Categories
- .Net (5)
- Asp.Net (1)
- Foxpro (20)
- General Coding (7)
- General Posts (1)
- Manufacturing (3)
- Ruby / Rails (10)
- Silverlight (1)
- Uncategorized (8)
- West Wind (8)
- Windows (1)
- Windows 8 (1)
- WPF (1)
Search
Category Archives: Ruby / Rails
Installing RubyMine 4 on Ubuntu 12.04
I recently set up a new Ubuntu 12.04 machine in a VirtualBox VM. After installing the basic RVM, Rails, and Ruby stuff, I was then ready to install RubyMine. (By the way, see this post where I explain how to … Continue reading
Posted in Ruby / Rails
2 Comments
Installing Rails on Ubuntu 12.04 with RVM support
I just setup a fresh VM with Ubuntu 12.04, and I wanted to setup Ruby on Rails on the machine right off the bat (Duh!). I couldn’t find any specific setup instructions for Ubuntu 12.04 on the web, so I … Continue reading
Posted in Ruby / Rails
2 Comments
Manual setup steps for Devise gem in Rails
Here is the text displayed from running the configuration command line for the Devise authentication gem in rails. Running this command: rails generate devise:install Generates this text: Some setup you must do manually if you haven’t yet: 1. Ensure you … Continue reading
Posted in Ruby / Rails
Leave a comment
Ruby on Rails Support Discontinued in NetBeans IDE
I received this e-mail today (2011-01-27) about the end of Ruby on Rails support in NetBeans… Here’s a link to the announcement on their website: http://netbeans.org/community/news/show/1507.html This doesn’t surprise me at all, and I’m glad I switched to RubyMine a few … Continue reading
Posted in Ruby / Rails
8 Comments
Rails Installer for Windows
There’s a new way to Install Ruby and Rails on a Windows Machine I wanted to make a small post to point you curious Windows developers over to the new Rails Installer for Windows web site (approx January 18, 2011), which … Continue reading
Posted in Ruby / Rails
4 Comments
Rails Authorization and Authentication
Some developers confuse the terms Authentication and Authorization. At first, I also kind of lumped them both in the same bucket. Eventually, I figured out the differences, and wanted to address the issue here to help clarify things a bit. … Continue reading
Posted in Ruby / Rails
Leave a comment
HAML example
I wanted find out for myself what the reported HAML goodness is all about, so I spent a little time to educate myself on the basics, and then I took to converting one of my Rails erb files over to … Continue reading
Posted in Ruby / Rails
1 Comment
Devise authentication for Rails
I am proud to report that I have successfully installed and used the Devise authentication gem in my little test app that I am building learn Rails. I’m still a newbie at all this stuff, so anything that I can … Continue reading
Posted in Ruby / Rails
Leave a comment
Ruby on Rails forever!
May 26, 2010 – Last night I attended my first ever Ruby users group meeting. It’s a meeting of the RubyHam Yahoo group for us folks here in Birmingham, Alabama. There were about 15 people there, and four short presentations … Continue reading
Posted in Ruby / Rails
2 Comments
Ruby on Birmingham
In case you’re interested, here is a link to the RubyHam users group in Birmingham, Alabama. They have monthly meetings, usually meeting on the first non-holiday Monday of the month. The meetings are around lunch time, rather than at night. … Continue reading
Posted in Ruby / Rails
Leave a comment