aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-rails
Commit message (Collapse)AuthorAgeFilesLines
* - Fix depend versions according to rubygems.org [again]Philip M. Gollucci2011-11-021-3/+3
| | | | | | | | With Hat: ruby@ Tested by: P6 TB Full rubygem run Notes: svn path=/head/; revision=284931
* - Update ruby-dm ports to latest versionsSteve Wills2011-10-272-6/+6
| | | | Notes: svn path=/head/; revision=284406
* - Update MAINTAINER to ruby@ for my ruby portsRyan Steinmetz2011-10-161-1/+1
| | | | Notes: svn path=/head/; revision=283600
* Update my email address on the ports I maintain.Ryan Steinmetz2011-07-151-1/+1
| | | | | | | Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=277761
* - Fix up depencies versions after all the churn todayPhilip M. Gollucci2011-06-231-4/+4
| | | | Notes: svn path=/head/; revision=276173
* - Cannoicalize the WWW: [again],Philip M. Gollucci2011-06-231-1/+1
| | | | | | | - Save redirects s/http/https/ for github Notes: svn path=/head/; revision=276162
* - Update Data Mapper to 1.1.0Philip M. Gollucci2011-06-232-3/+3
| | | | | | | | | | and its required dependecies With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=276160
* This gem provides the railtie that allows datamapper to hookSteve Wills2011-06-183-0/+38
into rails3 and thus behave like a rails framework component. Just like activerecord does in rails, dm-rails uses the railtie API to hook into rails. The two are actually hooked into rails almost identically. Creating new datamapper apps on rails3 from scratch is actually really easy. The following will guide you through the process. WWW: http://rubygems.org/gems/dm-rails PR: ports/157994 Submitted by: Ryan Steinmetz <rpsfa at rit.edu> Notes: svn path=/head/; revision=275798