search for: hobix

Displaying 20 results from an estimated 46 matches for "hobix".

Did you mean: hobie
2006 Jun 18
1
Query
If there were a project to integrate Hobix with Camping, should it be called ShantyTown? Thanks, -mental
2007 Jan 20
1
Camping on Media Temple?
...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 May 16
1
Nice Ruby tutorial for begginers
http://tryruby.hobix.com/
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
2006 Feb 09
1
Irb Web Interface
I was wondering how to give the Ruby on Rails console a web interface like this website http://tryruby.hobix.com/. -- Posted via http://www.ruby-forum.com/.
2007 Nov 23
1
SuperRedCloth inserting <pre><code>
...########### This piece of text gets translated to <p>Hi</p><pre><code>This is me</code></pre> rather than <p>Hi</p><p>This is me</p> This doesn''t correspond to the specifications of Textile as shown on the link below http://hobix.com/textile/ Is this a bug of RedCloth version 3.0.4? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/redcloth-upwards/attachments/20071123/5864aaae/attachment.html
2006 Aug 17
4
Directory Help
I am a newbie to ruby on rails. I am using the pragmatic programmers agile development with rails book. I am at the beginning, i have installed MySQL and ruby on rails but the book asks me to "create a directory". Being a person who has only ever done a basic ruby trial (at tryruby.hobix.com) and learnt extremely basic HTML is there anyone out there who can help me and give me instructions as how to "create a directory". Your help would be much appreciated. Sorry to bother all the advanced rails developers who have taken the time to read this but i am new to ruby an...
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 27
9
RedCloth Hard Breaks
Has anybody gotten :hard_breaks to work with RedCloth? I''m doing: self.body_html = RedCloth.new(self.body).to_html(:textile) which works, except that it doesn''t transform hard breaks to <br /> tags, which is really important for me. However, if I do: self.body_html = RedCloth.new(self.body, [ :hard_breaks ]).to_html(:textile) then it converts ALL breaks into <br
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
2008 May 13
4
hard_breaks issues
...w on "hard_breaks" related issues. I saw old references on the web and on the archives on this ML, I''d like a fresh view ! It seems that RedCloth 3.0.4 does not handle "\n" as my previous reference (here : http://textism.com/tools/textile/index.php). Actually, "hobix.com" website (quoted in the redcloth doc) differs on the "<br>" point. So first, can you confirm which is the real reference for the Textile "language", and what spec Redcloth follow ? The latest stable release does everything well for me except "\n" =&gt...
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
2007 Sep 07
7
Simple websites (no DB?) with Rails??
I have been learning Rails and building small things over the last several months. Question I have that has been surprising difficult to figure out is this (I know it seems somewhat nonsensical but ignore that). I recently started getting a few requests for basic website to be built, small businesses, stores, even individual people. How would one about doing such a thing using Rails? I may not
2007 Jan 06
0
! camping 1.5.180
...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
...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 Jul 17
3
Where are the balloons ?
Just for information, the Balloons site (http://balloon.hobix.com) raises an Camping error. I tried to blow a balloon (''blow blow'') and the answer is "balloon not found". Seems that the MySQL server has crashed ! _why, will you get some time to fix this ( or is it due to temporary maintenance) ? BTW, Camping would be nice to d...
2006 Jan 12
0
Markaby (Markup as Ruby) plugin
...ct 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
2005 Nov 24
1
Warnings on tests
Lucas, tell me about changeset 103. <http://code.whytheluckystiff.net/redcloth/changeset/103> The require lines are causing a pile of warnings. Were you having problems with the previous revision? _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