Displaying 20 results from an estimated 1000 matches similar to: "SR&ED Calculator (features in-place-editor and RJS templates)"
2006 Jun 13
0
HTTP validation regexp, possible solution
There was an old email thread from the end of January 2006 discussing
regular expressions for matching URLs. I took some of the sample
expressions and tweaked them a bit to the point where I think they
are pretty useful. They pass all of my tests anyway. :-)
For a reminder, here''s a sample message from that thread. My code is
below it.
On Jan 26, 2006, at 5:28 AM, Nathaniel S.
2006 May 07
1
Canada on Rails presents.. Riding the Rails Workshop - May 27th & 28th
Canada on Rails presents, Riding the Rails Workshop on May 27th and 28th in
Vancouver, BC, Canada.
This is a two day intensive workshop for those eager to get into Ruby on
Rails. Alex will drive you through the principles behind Ruby on Rails, such
as MVC, convention over configuration, Code Generators, and the other core
principles driving Ruby on Rails to be the most celebrated technology
2006 Jan 11
4
[OT] DateInput - Intuitive Date Input Selection
For those who are developing interfaces for entering dates, I recommend
checking out a new package I just stuffed for Date inputs.
You can check out http://datebox.inimit.com/ for a full demo.
-Nb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nathaniel S. H. Brown http://nshb.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2006 Jul 05
0
Getting "really" started with Rails - Free Mini-Workshop - JULY 26 @ 6:30PM
First off, I want to send a huge thank you out to the UBC Electrical and
Computer Engineering department for giving us a home for the next VanRuby
_FREE_ mini-workshop!
VanRuby (www.vanruby.com), the Vancouver Ruby Association, is holding our
next meetup at the Kitsilano UBC campus on Wednesday, July 26th from 6:30pm
to 9pm.
The format for this event will be in a mini-workshop style. Lasting for
2006 Jan 18
4
Canada on Rails - Schedule Released
We are extremely pleased to announce that we have finalized the schedule
(http://canadaonrails.com/yvr06-schedule.html) for the upcoming Ruby on
Rails conference in Vancouver, BC on April 13th - 14th, 2006.
There are 15 speakers packed into two full days of presentations ranging
from 30 minutes to 90 minute keynotes.
Presentation topics include:
* Where will Rails be riding next?
* Enterprise
2005 Dec 18
2
EdgeRails with other Gems like RMagick
I am using EdgeRails, and have some of the plugin''s using gems such as
Rmagick which are included through a command similar to "require_gems
''rmagick''".
Curious how to handle such attempts at inclusion when I am no longer bound
to the system gems and am using the code strictly within vendor/rails and
such.
Is there a way to point require_gems to another
2006 Mar 04
2
Canada on Rails announces location, and a site redesign
BCIT Downtown Campus[1] has been chosen, with a maximum capacity of 300
people. With already over 50% of the seats filled, be sure to register soon
or you might miss out on one of the most exciting technical events to come
to Vancouver.
YVR06 will be twice the size of the last conference by Open Source Events[2]
held last June, and with 4 times the amount of speakers, during the two
days. All for
2005 Dec 17
6
Lighttpd Restart Script
After quite a bit of searching and coding, I customized an init.d/bash
script which allows me to manage multiple instances of Lighttpd server
running Rails.
It targets the specific PID address instead of the default binary location
when starting and stopping /usr/local/bin/lighttpd process.
This provides the ability in my case to have multiple lighttpd.conf files
running many different instances
2006 Mar 30
3
Export Fixtures Plugin
= Description
This plugin is a super lightweight tool used to export data into the
test/fixtures directory.
So if you want to export all your data from your production server into your
development environment, this will simplify the process without having to
load up your database manager.
[%] rake db:fixtures:export_all RAILS_ENV=development
[%] rake db:fixtures:load
= INSTALLATION
2006 Feb 05
1
[OT] How to get a deal for INTL speakers?
This is pretty far off topic, but seeing as though it directly affects the
upcoming Canada on Rails (http://canadaonrails.com) conference in April, I
figure it kind of applies to Rails :)
I need to find the best place to get discount tickets for the international
speakers coming from Europe, and figure you guys would know where the best
places are to get deals.
I have checked klm.com, and
2006 Aug 18
4
DateBocks v2.0.0 Released
Excert from http://www.nshb.net/datebocks-2-0-0-released
Woohoo!! Finally released the next generation of DateBocks (aka
DateBox) v2.0.0.
This was a long time coming, after its initial version release allll
the way back in January, this is a nice edition to the popular tool I
released before.
This version is chalked full of features. Here is the cut out from the
CHANGELOG
== 2.0.0 - AUGUST 16,
2006 Feb 28
2
FerretOnRails
I have spent a couple hours researching the FerretOnRails and acts_as_ferret
plugin, and am very pleased with what I see so far.
My question is how to have my application, with multiple models:
Speakers
Talks
News
etc..
With all varying :string and :text column types, to be able to use a single
index by which I can produce a search on.
I will go through each of the models and add a
2006 Mar 20
0
Only 50 Tickets left for Canada on Rails
I did a count today and found that there are only 50 seats remaining. So
that leaves 20 days to pick up your ticket, and based on the momentum of
late registrants over the last couple weeks, this is going to be a sold out
event.
If you haven''t already, checkout the speaker lineup at
http://canadaonrails.com/conferences/schedule/1
And if you don''t mind spreading the word, digg
2006 Mar 26
0
Italy on Rails - First Europe Ruby on Rails Conference
Open Source Path (http://osevents.com) is proud to announce the first ever
Ruby on Rails conference within Europe to be held in Rome, Italy in the fall
of 2006.
I welcome you to sign up to the newsletter to stay informed of the latest
developments such as early bird discount rates and venue information.
http://italyonrails.com
If you are interested in speaking or sponsoring this event, please
2005 Dec 30
6
Unable to get the domain in my routes.rb to map custom route tables per domain
I have tried all night trying to find a way to get the host name which is
currently being used within my routes.rb file to do some case/when switching
for specific domains such as this
cgi = ActionController::CgiRequest.new(CGI.new)
case cgi.domain(1)
when /www/
map.connect '''', :controller => ''public'', :action =>
''index''
when
2006 Jan 24
1
Liquid templates and RJS
Does anybody know whether Liquid templates can be combined with RJS ?
--
Roberto Saccon - http://rsaccon.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060124/edeafadc/attachment.html
2009 Mar 07
2
[rspec/tm] When running the textmate bundle hook using command-r I get an error about missing rubygems
I get the following error using both edge version of the TM bundle and
rspec/rspec-rails in vendor/plugins.
/Users/nshb/Library/Application Support/TextMate/Bundles/
RSpec.tmbundle/Support/lib/spec/mate.rb:2:in `require'': No such file
to load -- rubygems (LoadError) from /Users/nshb/Library/Application
Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/mate.rb:2
from
2007 Apr 20
2
Partitioning around mediods (PAM)
Hi,
I need some help understanding the output from PAM. When I look at the output it doesn't list the cluster number by the median vlaues on each of the variables (like it does with k-means) Instead I have the following:
So I know for instance cluster 1 has a mean for variable1 of 33.33, however when I run PAM i get:
variable 1 variable2
29 32 12
97 12
2006 Jun 12
3
RailsConf Ticket
I have a RailsConf ticket available and am looking to sell it, as I won''t be
able to make it out to Chicago as something has come up.
Please email me off-list at nshb@inimit.com
2005 Sep 14
2
Fwd: Newbie q: decoupling vorbis from ogg
From: Nathaniel Gray <n8gray@gmail.com>
Date: Sep 14, 2005 11:30 AM
Subject: Newbie q: decoupling vorbis from ogg
To: vorbis-dev@lists.xiph.org
Hi,
Sorry if this is a newbie question. I'm trying to write an OS X
AudioCodec for Vorbis using libvorbis. I'm confused about the
libvorbis dependency on libogg. I thought the vorbis spec didn't
require ogg as the container, but the