you r here... RSS

Archive

Jun
11th
Wed
permalink
git
permalink
Real life…
Apr
13th
Sun
permalink
Apr
11th
Fri
permalink
Apr
10th
Thu
permalink
Mar
26th
Wed
permalink
Mar
8th
Sat
permalink

# Installed Rails

#gem install rails —include-dependencies

# Created an aplication with the rails command $rails exchange

# Created the databases for the application with the rake command $ rake db:create:all

# Used the script/generate command to create the scaffolding for the application $ ruby script/generate scaffold Movie title:string description:text one_sheet_url:string

# Created the database table using the generated migration file $ rake db:migrate

# Started the webserver with the script/server command $ ruby script/server

# Pointed our web browser to the application and started entering and editing data http://localhost:3000/movies

Mar
5th
Wed
permalink
Mar
1st
Sat
permalink
Google is one of the biggest users of MySQL and they have added many enhancements to get MySQL to meet their needs, including better database replication and tools to monitor a high volume of database instances. Now, thanks to an agreement between Google and MySQL, some of those features are going to be put back into MySQL so that everyone can take advantage of them. These new features should start showing up around MySQL 6.1 in 2009 and are just part of the improvements on the roadmap to MySQL 7.0 recently laid out by the MySQL group. Some of the other improvements scheduled on the MySQL roadmap are better enterprise-level security features, a new storage engine (Falcon), table and index partioning, and row-based replication. Most web developers won’t notice a difference, but power-users and database admins will welcome these high-level additions that put MySQL on par with Oracle and IBM solutions.
Feb
22nd
Fri
permalink
tp://svn.stephenbeckeriv.com/code/komodo/RailsToolKit/