Displaying 20 results from an estimated 2000 matches similar to: "RailsConf speakers"
2006 Feb 16
0
Re: Rails Digest, Vol 17, Issue 355
>
> Message: 6
> Date: Wed, 15 Feb 2006 15:32:46 -0800
> From: Ezra Zygmuntowicz <ezra@yakima-herald.com>
> Subject: [Rails] Rubuntu Live CD for Rails
> To: Rails Mailing List <rails@lists.rubyonrails.org>
> Message-ID: <EBB25945-FF95-4A90-9574-3AB85835B4B2@yakima-herald.com>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>
2006 Feb 21
0
acl_system plugin first look
Friends-
Here is another plugin hot off the presses of the three day
weekend ;) Its a role based authorization system. I have been talking
with Bill Katz about this system so it ties in with his recent
announcement as well. Its just my implementation.
Its an acl/role type system that can sit on top of the
acts_as_authenticated login system or any login system that
implements a few
2005 Mar 02
1
gem install rails error
Can someone please give me a hand here? I have just built a brand new
RHEL 4 server for my company and I am trying to get rails up and
running on it. I have ruby 1.8.2 installed fine. And the gem install
process went fine as well. But when I try to do the gem install raisl
under the root user this is what I getL:
[root@yhrws root]# gem instal rails
Config file /root/.gemrc does not exist
2006 Feb 24
6
[JOB] at yakimaherald.com
Friends-
I have taken a new job and will be moving at the end of March. The
newspaper I currently work for is looking for someone to take my
place. I have really enjoyed working here. It is a great environment
with very nice people to work with. And the best part is you get to
develop in Ruby and Rails, for everything!
The paper is willing to accept applications from people who would
2005 Apr 08
0
switch mod_ruby to fastcgi but still use eruby?
Hello there list-
I have a question I hope someone can answer. I have a Debian server
that currently has mod_ruby and eruby installed and working great for
the last year or so. I also have one rails app working great on this
box. My question is this: I want to switch to fastcgi so i can have
more than one rails app, but there are already many scripts using eruby
with no framework at all just
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends-
I am almost finished with a custom live cd called Rubuntu ;-) This
is an ubuntu live cd variant that comes preloaded with ruby and rails
developers in mind. I already have it working with all the basics but
I was wondering what extras people would like to see on this distro.
What editors with what configurations?
What other tools do people really like for rails development on a
2006 May 30
7
RailsConf in London
<gloat>Well, that''s me booked in for RailsConf in september :0)</gloat>
Who else is going?
Steve
2006 Apr 11
5
[OT] RailsConf Tickets ?
Just in case -- if anybody has got a spare ticket for RailsConf, i''d
be very happy to buy it... I live in Chicago, so i can do this on
very short notice as well, should anybody not be able to attend... :)
Otherwise - this being Chicago - no question there''ll be scalpers... :)
Thanks,
Sebastian
2005 Dec 29
5
help with installing login_engine
Hello,
I did a script/plugin discover
then script/plugin engine
then script/plugin login_engine
The discover worked, but I get engine and login_engine not found.
I am using a Mac
Thanks
Frank
2006 Jun 07
1
Seat for RailsConf 2006
Hi!
I have a seat at the international RailsConf 2006 in Chicago but for
personal reasons I am not able to attend.
The conference has been sold out for a long time so I am now giving
you guys a chance to attend, if you are interested to take over my
seat, just drop me an e-mail.
More info on the talks, venue etc can be found here:
http://www.railsconf.org/
--
Cheers,
Joakim
p.s. Save a tree
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
2006 Jun 19
1
Anyone need a RailsConf ticket?
I haven''t decided for sure, but I''m considering not going to RailsConf this
weekend. Anyone out there interested in a ticket? $400.
Thanks,
Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/8109af28/attachment.html
2008 May 29
3
Railsconf
So who made it? Are people still interested in getting beer or something?
-Josh
2005 Dec 08
3
lighttpd proxy w/ apache2
I''ve tried a bunch of things trying to get ruby/apache2 and php working
together. I looked over my earlier post and followed the instructions
on ezra''s website to install lighttpd on debian. I''ve gotten really far
but I think there is one bit missing:
1. I got apache2 and php working together
2. I got lighttpd working on port 3000 and my rails app launches ok
2006 Jan 31
11
ez_where plugin updated features.
Friends-
I wanted to let people know that there is a new experimental release
of this plugin. I would love feedback on syntax and features. There
is now a full test suite with fixtures that covers all the available
syntax. Look at the test suite for more syntax possibilities. There
have been many additions since my last release. Fabien Atelier has
been working on this with me and has
2006 Jun 10
1
RailsConf 2006 Ticket Available
A friend of mine decided to get married on RailsConf weekend, so I can''t make
the conference. I checked the website and tickets are transferable, so I''m
making the ticket available to the highest bidder. The ticket was $400. I''m
not looking to make a profit, but I would like to recover the original cost.
Given that the conference sold out almost immediately,
2006 Jun 16
2
RailsConf - Ticket Available
Hello,
Unfortunately it looks like I won''t be able to attend RailsConf. Anyone
looking for a last minute ticket please email me at: adamjroth@gmail.com -
$400.
Thanks
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060616/07cc5e71/attachment.html
2006 Jun 26
2
RailsConf DVD ?
Hi All,
I saw spurious mentions on a few blogs of a DVD being made available of
RailsConf presentations. However none seemed to have a who/what/when/where
attached to them, thus might just be pure speculation. Anyone know of an
official source/effort being made for a DVD?
Would be well keen for copy if one is to be made available....
Cheers
Rowan
---
http://raili.st/
-------------- next part
2005 Dec 18
3
could you give me a hand?
hi.
i try to record a global array to save on-line member.
it''s put this array in controllers/application.rb or not?
my code like this:
$online_users = Array.new
and each member sign in will add himself to $online_users.
miss something?
all regards
--
Posted via http://www.ruby-forum.com/.
2005 Dec 24
2
Variable dumper
Hi there,
I am newbie both in Ruby and in Rails. My experience is mostly PHP.
In PHP, there is a var_dump($mixed) function that dumps the object
$mixed to std_out. This is helpful to see the curent value of a
variable, of if it is an object, everything that is in the object.
Is there an equivalent methods in RoR?
Thanks,
Ezra
--
Posted via http://www.ruby-forum.com/.