Displaying 20 results from an estimated 29 matches for "redhanded".
Did you mean:
rebranded
2007 May 04
22
CampingConf?
...night, May 16.
We could possibly get a spot at FreeGeek (not likely since they are
often booked), or there are small venues nearby that could be rented
(I''d be glad to foot the bill). Seattle.rb has a projector that we
could use.
--
Geoffrey Grosenbach
boss at topfunky.com
p.s.: r.i.p. RedHanded, it''s been a fun ride.
2007 Jan 20
1
Camping on Media Temple?
...oes anyone know of any documentation about getting Camping apps
running on Media Temple''s GridServer? Of course I''ve found the
Camping server page[1], but I can''t work out how to associate running
camping apps with a (sub)domain on my GridServer account.
1: http://redhanded.hobix.com/inspect/theCampingServer.html
Any help would be much appreciated!
best,
Jacob Patton
2006 Jul 16
1
Hello~!~
...ing forward to seeing all the cool camping stuff
on this list.
I''m just starting out with Ruby and have a long way to go. I hope that I can
learn a lot here.
Adam: sounds really interesting.
_why: My condolences about those bruises. I assume they''re from the pelting
you got on RedHanded a while back. Harsh. If it makes you feel any better, I
thought I''d let you know that if it weren''t for your cartoon foxes, I''d
probably still be banging my head against php. Thanks!
-D
2006 May 22
0
+ camping 1.4.103 and markaby 0.4.55
Consider this Camping 1.5 pre-release.
gem install camping --source code.whytheluckystiff.net
Look for:
* The new Markaby features.
<http://redhanded.hobix.com/inspect/lessMethod_missingInMarkaby.html>
<http://redhanded.hobix.com/inspect/markabySMagicPermeationBranch.html>
* The Camping::FastCGI class.
* R(C, ...) properly escapes wacky arguments.
_why
2007 Jul 29
2
fcgi?
Hi,
I''ve been looking for a light weight alternative to rails for a few
small projects, and just came across merb, which looks perfect. The
only issue is that merb seems to be tied to mongrel, and I have to
deploy to our internal infrastructure which uses FastCGI.
How difficult would it be for me to modify merb to support a fcgi
interface (actually a rack interface - rack is
2006 Jan 17
4
textarea problem with accentued chars
Hello, I have a problem with accentued characters return from a textarea
I have 3 simple files to show example ( below ).
index.rhml : If I put "?nial" inside the textarea, then submit to
:action => post
post.rhml : wrote
?nial
195
"\303\251nial"
//
params[:comment][:message] return => ?nial
params[:comment][:message][1] return => 195 ! ( 195 is not
2006 Apr 11
8
Does Rails provide solid support for UTF-8?
I need to use UTF-8 in my app and was wondering if Rails would support
it properly.
Some sites seem to be saying that it has weak internationalization
support. Is this true? If so, where is the problem? What should I look
out for?
Are there tweaks, plugins or gems that fix the problem?
TIA.
David
--
Posted via http://www.ruby-forum.com/.
2005 Aug 28
7
Unicode support in FXRuby 1.6
All,
As some of you know, Jeroen has added support for Unicode strings in
the unstable development version of FOX (version 1.5). I''m trying to
plan ahead to decide how best to support this for FXRuby 1.6, but I
don''t really know anything about Ruby''s support for Unicode or i18n in
general. If you''re familiar with this topic (how/if Ruby deals with
Unicode
2006 Mar 24
3
Picking apart the rails codebase / transitioning from novice
Alright, I''ve done some tinkering and I''ve read through the DHH book.
I''d like to humbly solicit some advice from the rails gurus.
I''d like to get a real firm grip, and it seems that navigating the
actual codebase might be the best course of action.
Any advice as to the best route to take for maximum comprehension? What
would be the most sensible way to
2007 Jan 06
0
! camping 1.5.180
...tring.
R(Topic, @topic.id, :page => 24) #=> "/topic/14?page=24"
* Base#to_a, discussed here.[1] Can be used to forward requests.
Both the camping and camping-omnibus gems are fresh.
gem install camping-omnibus --source http://code.whytheluckystiff.net
_why
[1] http://redhanded.hobix.com/bits/theSiphoningSplat.html
2006 Jul 06
0
Trac/SVN access
...ad at:
https://code.whytheluckystiff.net/access/
Then you may login with one fell click to a very low link on the Trac site.
Sorry for th inconvenience, naturally I''m okay if you post your tickets here or
to the occassional camping threads on my Ruby-related blog. [1]
_why
[1] http://redhanded.hobix.com
2006 Jan 12
0
Markaby (Markup as Ruby) plugin
...gt; @product
text " | "
link_to ''Back'', :action => ''list''
To install in your Rails app:
script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk
Many more examples and caveats can be looked over at the announcement:
http://redhanded.hobix.com/inspect/markabyForRails.html
Beaver tales,
_why
2007 Mar 15
1
Helper content_tag and Blocks
The content_tag helper allows you to do things like:
content_tag(:p, "Hello world!")
# => <p>Hello world!</p>
It can take in blocks, for functionality like this:
<% content_tag :div, :class => "strong" do -%>
Hello world!
<% end -%>
# => <div class="strong"><p>Hello world!</p></div>
Unfortunately blocks
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello,
I am trying to find a WebDAV library for Ruby that works with fastcgi
(production) and Webbrick (development).
I''ve found this link which mentions a Webbrick WebDAV library:
http://redhanded.hobix.com/inspect/
webrickWebdavHandlerSafelyExtractedFromTheWild.html
Unfortunately it sounds limited to Webbrick which will not suit the
production environment.
Does anyone know of a Ruby on Rails WebDAV library that can be
plugged into a Rails controller (this would be ideal)?
I''...
2006 Apr 06
8
Fastest learning path to RoR
hi!
with a 4GL background, wanting to learn RoR, what is the fastest
learning path i should take? should i go grab a RoR tutorial, and learn
Ruby along the way, or start with plain Ruby first?
thanks for any inputs!
2006 Jun 28
4
[markaby] Trouble accessing session values.
Evaluating session variables inside a markaby paragraph tag always returns
false. For example
welcome.mab
--
p "Good morning Mr. #{session[:user]}."
--
displays:
Good mornig Mr.
How can I access session variables in maraby?
--
Best Regards,
-Larry
"Work, work, work...there is no satisfactory alternative."
--- E.Taft Benson
-------------- next part
2009 Aug 17
6
hi all! can''t open github!!
hi all!
can''t open github (http://github.com/why/camping/tree/master)
What''s going on?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/camping-list/attachments/20090817/bba31d63/attachment.html>
2006 May 31
7
Getting 22 elements
Hello,
I''ve done
===
class HomeController < ApplicationController
def index
@country = Country.find(:all, :include => "cities")
end
end
===
And rhtml is:
===
<% @country.each do |country| %>
<h1><%= country.name %></h1>
<% country.cities.each do |city| %>
- <%= link_to city.name, :action =>
2006 May 22
3
Best Rails API source
Folks,
Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search?
Thanks,
Marcus
Marcus Blankenship
Technology Services - Software Group
JELD-WEN, inc.
Information Systems
541-882-3451 x 2558
marcusb@jeld-wen.com
RELIABILITY for real life*
This correspondence is for the named person''s use only. It may contain
2006 Apr 25
4
redcloth poblems
Hi, I''m having some problems with redcloth(3.0.4 gem) and textilize.
I have a string:
"h2. hello
_what''s up?_"
which is being textilized as:
<h2>hello<br />
<em>what’s up?</em></h2>
so no paragraph and h2 wrapped all the way.
the input is coming from firefox 1.5.2 on a mac
Anybody got any idea what the problem might be?
--