Displaying 20 results from an estimated 61 matches for "rentamonkey".
2006 Feb 03
5
writing my own generator
Hi all,
I wanted to write my own generator. What would be a good starting point.
Is there any documentation on this, Best practices, etc?
Regards,
Harm de Laat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060203/c64c4730/attachment.html
2006 Feb 19
2
Asynchronous Encryption?
...ve both installed at the same time - I don''t
know.
Essentially I''m looking for something along the lines of PGP (GPG) or similar,
but any form of reasonably strong asynchronous encryption will do.
Cheers,
~Dave
--
Dave Silvester
Rent-A-Monkey Website Development
http://www.rentamonkey.com/
PGP Key: http://www.rentamonkey.com/pgpkey.asc
2006 Apr 17
6
Is there anyway to make Rails NOT cache?
Is there anyway to make Rails NOT cache? I''m getting caching in the
browser and the server.
I have to restart Lighttpd after every view change to see the results.
Thanks,
phill
2006 Apr 04
1
"uninitialized constant Reloadable" error heads-up
...g.
Anyway, I only need this mixin feature during in development, so it''s not the
end of the world, but I thought I''d post a heads-up anyway, in case anyone
else has the same problem at some point.
Cheers,
~Dave
--
Dave Silvester
Rent-A-Monkey Website Development
http://www.rentamonkey.com/
PGP Key: http://www.rentamonkey.com/pgpkey.asc
2006 Mar 14
4
validates_confirmation_of has stopped working
...match, format is an email address.
So something is seriously amiss here, and I don''t know what it is, but this
used to work fine, and it''s just stopped working.
Anyone else? Thanks for your help!
Cheers,
~Dave
--
Dave Silvester
Rent-A-Monkey Website Development
http://www.rentamonkey.com/
PGP Key: http://www.rentamonkey.com/pgpkey.asc
2006 Apr 04
2
"script/server -e production" doesn''t work
...e, I tried to run...
script/server -e production
... but get: server: invalid option: -e
Has this been disabled or renamed in 1.1?
I''m running gem Rails 1.1, Ruby 1.8.4, and the server is Lighttpd 1.3.16.
Thanks,
~Dave
--
Dave Silvester
Rent-A-Monkey Website Development
http://www.rentamonkey.com/
PGP Key: http://www.rentamonkey.com/pgpkey.asc
2006 Mar 13
6
noob question!! auto fill forms
I''ve been using rails for about 3 months and have a pretty cool app
going, but i need to auto-fill some form data. is this possible? i would
think so. well anybody to lend me a helping hand, much appreciated.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 16
4
wsod since upgrading to 1.1
I just upgraded to 1.1 and I am now getting the wsod for errors that
used to display on the screen. E.G. NoMethodError gives wsod. Does any
one know what caused this and how I can go back to the previous
behavior?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 11
4
Starting Ruby On Rails
Hi,
i m a web developer(php,ajax).
i want to start with ruby on rails.
can one suggest me online tutorials for ruby on rails?
How would i start with ruby on rails,i knew something about ruby?
editor for ruby on rails?
Plase.....
Thank You.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 30
9
script/console not working after Rails 1.1 upgrade
Whenever I do script/console I get an error message:
Loading development enviroment.
c:/ruby/lib/ruby/1.8/irb/init.rb:151: in ''parse_opts'' : undefined method
''upcase'' for nil:NilClass (NoMethodError)
from c:/ruby/lib/ruby/1.8/irb/init.rb: in ''setup''
from c:/ruby/lib/ruby/1.8/irb/init.rb:54: in ''start''
from c:/ruby/bin/irb:13
2006 Apr 05
6
rake freeze_gems errors
I''m having problems trying to freeze local rails gem to my app with:
rake freeze_gems
On OSX 10.4.6 i get the following error:
Illformed requirement [=#<Gem::Specification name=rails version=1.1.0>]
This is the full output:
Freezing to the gems for Rails 1.1.0
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
Unpacked gem: ''activesupport-1.3.0''
mv
2006 Jan 03
3
Global functions and variables.
Hey People,
I''m fairly new to Rails and have perhaps an obvious question. I would like
to know if there is a place that I can declare variables and methods that
are globally available to all controllers. My main reason for this is I like
to auto generate select boxes based off of the contents of a hash and would
like to be able to do this in all views in all controllers, so that I do not
2006 Apr 14
10
DHH Says...F You
WTF was this about?
http://www.flickr.com/photos/planetargon/127984254/
Joe
--
Posted via http://www.ruby-forum.com/.
2006 Apr 12
5
SPAM on rails-list
This is a high traffic list as it is and it is really annoying to see
that SPAM is on the rise here.
I wonder how they can spam the list since each user has to be
authenticated. Do spammers go through the trouble of subscribing to
the list? In any case, this msg is to the list admin...could you
please do whatever it takes to filter this stuff out?
Thank you very much.
-bakki
2005 Aug 10
5
validates_format_of on an optional field using :if
...blank" condition into my regular expression, but I''m certain
that can''t be the best way to do it? Surely this should be an easy thing to
do? Perhaps someone could help?
Many thanks in advance,
~Dave
--
Dave Silvester
Rent-A-Monkey Website Development
Web: http://www.rentamonkey.com/
2006 Jan 18
4
Ruby "htmlentities" replacement: code review please!
...tee of suitability
for any purpose whatsoever, and you use it entirely at your own risk.
Regardless, if folks think it''s useful, I''ll put it online somewhere more
permanent than RAFB NoPaste!
Cheers,
~Dave
--
Dave Silvester
Rent-A-Monkey Website Development
Web: http://www.rentamonkey.com/
2005 Dec 27
8
XML Not Working in Explorer 6
I''m playing with XML using Builder but seem to be having some trouble in
Explorer 6. My sample code:
xml = Builder::XmlMarkup.new
xml.instruct!
xml.instruct! ''xml-stylesheet'', :href=>''/stylesheets/style-xml.css'',
:type=>''text/css''
xml.declare! ''DOCTYPE'', :html,
:PUBLIC,
"-//W3C//DTD XHTML 1.0
2006 Jun 08
2
Page caching for urls with dots
hi everyone,
I have a pesky problem with page caching, sorry if it sounds dummy.
Whenever I''m caching an url like
/controller/argument.with.dots
instead of getting a saved page like
/public/controller/arguments.with.dots.html
I get
/public/controller/arguments.with.dots
which makes the webserver confused as to how to send it (it gets a
Content-Type of text/plain instead of
2006 Jun 21
4
Searching messages
Is there some way (using Google for example) to search all the prior
messages? The search function in devlist is not very useful.
Richard
RogueWaveMarine.com
--
Posted with http://DevLists.com. Sign up and save your mailbox.
2006 May 08
2
Txt response information
I need response page in txt not in HTML.
How I can response information in txt?
Thank''s
Bruno
--
Posted via http://www.ruby-forum.com/.