aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activerecord/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update RUN_DEPENDS according to the repo of rubygem-postgresCheng-Lung Sung2007-08-031-1/+1
| | | | | | | Noted by: Dmitry Morozovsky <marck_AT_rinet dot ru> Notes: svn path=/head/; revision=197031
* - Update to 1.15.3Cheng-Lung Sung2007-04-041-2/+2
| | | | | | | | | PR: ports/110659 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=189134
* - Update to 1.15.2Cheng-Lung Sung2007-03-091-2/+2
| | | | | | | | | PR: 109540 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=186948
* - fix dependency path of rubygem-sqlite3(ruby-sqlite3, previous)Cheng-Lung Sung2007-02-141-1/+1
| | | | | | | | | PR: ports/109067 Submitted by: clsung Approved by: maintainer (Jonathan Weiss) Notes: svn path=/head/; revision=185130
* - Update to 1.2.1Martin Wilke2007-01-271-2/+2
| | | | | | | | PR: 108336 Submitted by: Jonathan Weiss<jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=183458
* * Update rails and its related ports to match rails 1.1.6:Cheng-Lung Sung2006-08-231-1/+14
| | | | | | | | | | | | | | | | | | | | | | activesupport = 1.3.1 activerecord = 1.14.4 actionpack = 1.12.5 actionmailer = 1.2.5 actionwebservice = 1.1.6 rails = 1.1.6 This update is needed to fix a serious bug in rails * Add a x-generate-plist target to easy the creation of pkg-plist * Add an "WWW" entry on pkg-descr that points to the correspoding project on rubyforge. PR: ports/101973 Submitted by: Rui Lopes <rgl_AT_ruilopes dot com> Approved by: maintainer (Jonathan Weiss) Security: http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure Security: http://www.vuxml.org/freebsd/90064567-28b1-11db-844d-000c6ec775d9.html Notes: svn path=/head/; revision=171232
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* - Update the ruby on rails suite to 1.1.2Pav Lucistnik2006-04-251-4/+3
| | | | | | | | PR: ports/95688 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=160469
* Add database optionsVasil Dimov2006-01-231-3/+23
| | | | | | | | | PR: ports/92072 Submitted by: Roderick van Domburg <roderick@developer.nedforce.nl>, Jonathan Weiss <jw@innerewut.de> Approved by: Jonathan Weiss <jw@innerewut.de> (maintainer), garga (mentor) Notes: svn path=/head/; revision=154247
* - Populate newly created rubygems categoryPav Lucistnik2006-01-211-1/+1
| | | | Notes: svn path=/head/; revision=154086
* - Update plist for ruby 1.8.4 rdocPav Lucistnik2006-01-161-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=153614
* Update to 1.13.2.Sam Lawrance2005-12-191-3/+3
| | | | | | | | PR: ports/90635 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=151557
* - Update to 1.11.1Pav Lucistnik2005-07-201-5/+5
| | | | | | | | | - Fix maintainer's email address Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) Notes: svn path=/head/; revision=139743
* Action RecordPav Lucistnik2005-07-201-0/+21
In Rails, the model is handled by what's called a object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods PR: ports/82397 Submitted by: Jonathan Weiss <jw@innerewut.de> Notes: svn path=/head/; revision=139695