Displaying 6 results from an estimated 6 matches for "projectlounge".
2006 Jun 12
1
Instant Rails and your own applications
...cts/new
Nice stuff!
Stuart
-----Original Message-----
From: ian.connor at gmail.com
Sent: Monday, June 12, 2006 3:14 AM -07:00
To: instantrails-users at rubyforge.org
Subject: [Instantrails-users] Instant Rails and your own applications
Here is the download link for the Instant Rails version of ProjectLounge
Lite.
http://blog.projectlounge.com/2006/06/instant-rails-projectlounge-lite.html
It is available via torrent or direct download. If people would seed this,
it would be nice. Also, as this is our first use of Instant Rails for this,
any suggestions and feedback is very welcome.
Regards,
Ian Conn...
2006 Jun 09
0
Project Collaboration Open Source Project
...pository is
open and available for anonymous read access. If anyone wants to contribute
code, please contact me with what you want to add.
The basic features have calendar, tasks list, document sharing, member
management, and notifications, all in a ruby on rails framework.
The svn URL is svn://svn.projectlounge.com/open/light and I will be updating
a project home page soon.
There is also going to be a simple one click install via the Instant Rails
ramework.
If all this code seems a little too much, you can see a hosted version at:
http://www.pllite.com/projects/new to create your own project there. The
ac...
2006 Jun 26
2
RoR authentication with IBM Notes/Domino
This is a very simple authentication system for a Ruby on Rails server in
the same internet domain. It will allow you to get back the username of the
person hitting your server provided they already have authenticated with an
IBM Lotus/Domino or Websphere server that uses multi-server based session
authentication.
IBM Domino/Websphere authentication works by placing an encrypted cookie for
a given
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
2006 Jun 22
0
acts_as_threaded with pagination
...h in memory but to get
them all neatly in a sql call I cannot figure out.
Any advice? I have currently just used an ajax call with a little "+" to get
the children to draw and this works - but to give an option to have them
expanded would be nice also.
--
Regards,
Ian Connor
http://www.projectlounge.com
(the code is available at svn://svn.projectlounge.com/open/light - see the
discussion forum and posts model)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060622/89176127/attachment.html
2006 Mar 05
0
Converted tattle.pl to ruby - anyone want to be a tester?
...ot;)[1]
attacker.lines << line
@off[record] = attacker
end
end
}
end
}
@off
end
end
class Notifier < ActionMailer::Base
def send_report( offender )
# Email header info MUST be added here
@recipients = "iconnor@projectlounge.com"
@from = "iconnor@projectlounge.com"
@subject = "Breach of AUP: " + offender.rhost
# Email body substitutions go here
@body["lines"] = offender.lines
@body["email"] = offender.abuse
end
end
class Attacker
require ''...