-
-
class-interface
... .
* I mangle the namespaces of interfaces and implementers because I
want strict enforcement of the interface paradigm. I recognize
that this may lead to problems, but I have been careful.
HOW ITS DONE
interface() and abstract()
When ...
-
unpacker
... temp uploaded files.
To extract files do:
Unpacker.unpack('path/to/myfile.zip') do |directory_that_contains_extracted_files|
end
To recognize archives do:
Unpacker.archive? 'path/to/archive.txt'
In case the archive is not supported ( ...
-
spreadsheet
... .
## Notes from Users
Alfred: a@boxbot.org: I think it should be noted in the README file that the library doesn't
recognize cell formats in Excel created documents, which results in
Floats returned for any number.
## What's new?
* Supported outline ( ...
-
rails_jqtouch
... # Show jQTouch version included
rake rails_jqtouch:clean # Delete all installed files
Similiar to rails_iui, rails_jqtouch can recognize Mobile Safari Web Browsers, so, include the
following line to any controller or ApplicationController:
...
-
memtoy
... > may be entered by number or name.
Use 'kick ?' to see the list of signal names
that memtoy recognizes
Note: to recognize the optional offset and length args, they must
start with a digit. This is required anyway because the strings are
converted ...
-
sfFeed2Plugin
... .google.com/group/symfony-users/feed/rss_v2_0_msgs.xml');
}
}}}
The `createFromWeb()` method first parse the response and tries to recognize a known feed format (RSS or Atom - The recognized formats are the same ones as above). Note that this method ...
-
routes
... '/cool', lambda { |path| "This is #{path}" }
map /.*/, :action => 'anything'
end
Routes::Recognition.new('/posts').recognize # => { :controller => 'posts', :action => 'index' }
Routes::Recognition.new('/posts/1').recognize # => { :controller => ' ...
-
femhub.org
... want to push changes to
femhub.org, just do:
git push spilka:/home/git/repos/femhub.org gh-pages
and it will automatically recognize that you have updated the gh-pages
branch and copies the file from the repository (on spilka) to
/home/git/web/femhub. ...
-
subdomain_routes
... _support_ subdomain if the current host subdomain is different.
This is just what you want for a subdomain-qualified route. Rails will recognize _support.mysite.com/tickets_, but not _www.mysite.com/tickets_.
Let's take a look at the flip-side of route ...
-
pubpics
...
containing thumbnails. A `thumbnail' is a very small version of the
picture, just big enough (hopefully) that you can recognize the
contents of the picture. The original digital pictures are resized
into three sets of pictures, allowing viewers to ...
-