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)
providing both the CSS and JavaScript concatenation and compression
that you'd expect, as well as YUI Compressor and Closure Compiler
compatibility, ahead-of-time gzipping, built-in JavaScript template
support, and optional Data-URI / MHTML image embedding.
WWW: http://rubygems.org/gems/jammit/
PR: ports/157952
Submitted by: rpsfa at rit.edu
( The www/mod_roaming2 port is pretty much useless. it only works with Netscape
version 4. I therefore abandon it, and recommend it be removed. )
With Hat: apache@
executing a command in a child process with handles on stdout,
stderr, stdin streams as well as access to the process ID and exit status.
WWW: http://rubygems.org/gems/popen4
PR: ports/157950
Submitted by: rpsfa at rit.edu
-Update to May 26, 2011 snapshot:
Add support for OpenSSH's sftp-server umask option.
Remove inline references to satisify certain compilers
Remove the now unnecessary sftp-logging compatibility mode.
When getopt_long is not available, like on AIX, use bundled NetBSD
getopt_long.
Update the SECURITY document to include a reference to /etc/popt and \
~/.popt as they relate to rsync.
Fix for rsync-3.0 which now uses a short -e option, with an optional
argument as a server side option indicating protocol compatibility.
Fix scponly crash on Solaris
Fix detection and inclusion of getopt on certain platforms
Document risks associated with popt reading /etc/popt and ~/.popt
Document getopt requirement (when certain configure options are enabled)
- cleanup redundant BUILD_DEPENDS+= [1]
PR: ports/157804
Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer [1]
Approved by: maintainer
Gstreamer to 0.10.35
Gstreamer-plugins to 0.10.35
Gstreamer-plugins-good to 0.10.30
This is a ad-hoc release to fixes compilation issues after recent chagnes in
Glib's atomic ops API (in GLib 2.29.x). Apart from that there are some minor
fixes.
Move the USE_XORG line from multimedia/gstreamer to multimedia/gstreamer-plugins,
multmedia/gstreamer doesn't use it.