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>
based on the original Paperclip by Jon Yurek at Thoughtbot
WWW: http://rubygems.org/gems/dm-paperclip
PR: ports/157989
Submitted by: Ryan Steinmetz <rpsfa at rit.edu>
lacking in functionality) dm-pager is a new, fresh, and feature
rich pagination implementation for DataMapper. Due to Github's gem
builder being destroyed, we were forced to rename our gem to
'dm-pager' which is now available on Gemcutter.org.
WWW: https://github.com/visionmedia/dm-pagination
PR: ports/157988
Submitted by: Ryan Steinmetz <rpsfa at rit.edu>
asynchronously executing longer tasks in the background.
It is a direct extraction from Shopify where the job table
is responsible for a multitude of core tasks. This gem is
collectiveidea's fork (http://github.com/collectiveidea/delayed_job).
WWW: http://rubygems.org/gems/delayed_job
PR: ports/157986
Submitted by: Ryan Steinmetz <rpsfa at rit.edu>
many models. This is similar to observers in ActiveRecord.
WWW: https://github.com/datamapper/dm-observer
PR: ports/157985
Submitted by: Ryan Steinmetz <rpsfa at rit.edu>
- Fix DISTFILES: do not hardcode version
- Add perl5 CATEGORIES
- Use bsd.port.options.mk
- Make portlint happier
- Cosmetic change
Changes: http://www.floodgap.com/software/ttytter/dl.html
1.1.12:
- Patches for Perl 5.14 (thanks @rkfb for the report).
- Keyfiles can now be regenerated if they are corrupted or need to be updated
with -retoke.
- /doesfollow should give true or false with -runcommand (thanks
@kaleidoscopique for the report). Similarly, /short should also work,
emitting the URL (thanks @microlifter for that report).
- Properly understands a new Twitter ad-hoc error format, which repairs some
operations that would unexpectedly appear to succeed but didn't actually
(thanks @augmentedfourth for the report).
- -readline autocomplete command list now up-to-date.
1.1.11:
- Fixed a bug where TTYtter crashes ungracefully if OAuth credentials fail.
- Fixed regex in command processor that interpreted all commands starting with
/p as /print.
- -notimeline is now properly recognized by /set as a boolean.
- One last issue related to URL shortening.
PR: ports/157888
Submitted by: sunpoet (myself)
Approved by: Julian Dunn <jdunn@aquezada.com> (maintainer)