Displaying 5 results from an estimated 5 matches for "ianconnor".
2006 Jun 15
0
Ruby Skype Bot
See: http://ianconnor.blogspot.com/2006/06/ruby-skype-bot.html<http://ianconnor.blogspot.com/2006/06/ruby-skype-bot.html%5B/code%5D>
For use with Rails, would it be best to just have it running in a window on
the same machine or is there a feature in the rails framework that allows
you to trigger a process like t...
2006 Jun 12
1
Instant Rails and your own applications
...ng your hosts file.
>
> I guess, I could script it when running locally to update the host file -
> just looking for the neatest solution.
>
> Regards,
> Ian Connor
>
> PS here is the project with SVN location as it has now been released to
> open source:
>
> http://ianconnor.blogspot.com/2006/06/projectlounge-lite-released-to-open.html
>
>
> On 6/2/06, Tim Uckun <timuckun at gmail.com> wrote:
> >
> > See http://www.erikveen.dds.nl/distributingrubyapplications/index.html
> > for some ideas on how you can distribute your ruby applications...
2006 Jun 09
0
Project Collaboration Open Source Project
...pl124" but this will change to a captcha
eventually.
The next few weeks I hope to see a lot more development, so if you are
interested in contributing to an open source project that helps people get
out of email and collaborate online about projects, please let me know.
Link here ->
http://ianconnor.blogspot.com/2006/06/projectlounge-lite-released-to-open.html
--
Regards,
Ian Connor
http://www.projectlounge.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060609/9c58827f/attachment.html
2006 Jun 26
2
RoR authentication with IBM Notes/Domino
...e that has a field returning @username().
This will then return the full username. If you are using QuickPlace for
instance, you will get back something like
"CN=user/OU=placename/OU=QP/O=certifier" and you can deal with this as you
like in your ruby code.
--
Regards,
Ian Connor
http://ianconnor.blogspot.com/2006/06/ror-authentication-with-ibm.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060626/6aaf5259/attachment.html
2006 May 26
7
Instant Rails and your own applications
Hi,
I want to make an open source rails project as easy as possible to install.
Can I use Instant Rails for this? I treid to look at the FAQ but could not
see this was possible.
Ideally I would like to have Instant Rails install Ruby, Rails, MySql, etc
and then have it add my application and add the mysql user (could be just
root also) and then the sql for creating the tables.
Sound like fun