The database has been initialized, so now we get down to business of defining the fields in that database and include a field that we would call a foreign key which allows the establishment of the one to many relationship between the tables. This part of the process requires quite a bit of background of [...]
Category Archives: Medium
Several Command-Line Options
Image Source: www.anylinuxwork.com Here are some few command line options in which can guide you in programming your Ruby on Rails: -0[octal} The number “0” flag specifies the record separator character (\0, if no digit follows). -00 indicates paragraph mode: records are separated by two successive default record separator characters. -0777 reads the entire file [...]
Also posted in Advanced, Basics, Information, Programming, Sample Code, Set-Up
Comments closed
Before You Start
Assuming you have even just a little background in programming with any language there are four basic programs and extensions that you need but are provided by the quick installers you’ve just downloaded to your hard drive. You have The Ruby programming language program files, the Rails part of the programming extension/platform, MySql or your [...]
Also posted in Advanced, Basics, Set-Up
Tagged Rails, ROR Installer, Ruby, RubyOnRails
Comments closed