jpfinley + rubyonrails   18

authlogic on rails3 – DIXIS
Setting up a new rails3 project with authlogic
rails  rubyonrails  rails3  authlogic 
february 2011 by jpfinley
Problem installing sqlite3-ruby! - Stack Overflow
Saved my ass. Especially this part:

tar zxvf sqlite-amalgamation-3.7.0.1.tar.gz
cd cd sqlite-3.7.0.1
mkdir $HOME/sqlite
./configure --prefix=$HOME/sqlite
make && make install
sudo gem install sqlite3-ruby -- --with-sqlite3-dir=$HOME/sqlite
rubyonrails  sqlite3  gem 
august 2010 by jpfinley
A taxonomy of Rails plugins
A common stumbling block for Rails developers is learning the basics required to write plugins. Luckily, if you can write Rails applications you can write plugins by simply drawing on a handful of basic patterns.
rails  plugins  ruby  plugin  rubyonrails  software 
november 2007 by jpfinley
Top 12 Ruby on Rails Tutorials
A former student asked me a few days ago how I learned Ruby on Rails. The answer was that I simply read alot of great tutorials. So in the spirit of sharing, here are the 12 tutorials that I found most useful:
Ruby  Rails  RubyOnRails  tutorial  Programming 
march 2006 by jpfinley

Copy this bookmark:



description:


tags: