Displaying 13 results from an estimated 13 matches for "rubynow".
Did you mean:
rubynew
2006 Jan 17
2
jobs.rubynow.com
Anybody else having problems accessing this site? Haven''t had much luck
over the past couple of days.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 13
6
JobsOnRails
Announcing... JobsOnRails!
I''m creating on a Ruby on Rails oriented job site and will be launching
in the next few weeks. It''s a Rails-centric place for developers and
employers to get in touch with a minimum of hassle.
For now, I have a short outline of my ideas and an email signup form on
the live site at http://www.jobsonrails.com.
The site is coming along nicely and
2006 Jan 27
17
Is it just me, or is Ruby exploding?
I am being barraged with Ruby, Rails and Rich Internet application
work right now. Almost enough that I could quit the day job and make a
go of it, forgetting about Java altogether. Places in the greater
Miami area are turning on to Rails and Ruby -- much of it fueled by
the stronger voices in the local Java community.
Am I alone in this, or do many of you see absolutely explosive growth
in Ruby,
2006 Jul 01
3
Where to solicit bids on RoR project?
Where is the best place to solicit bids on a mid-size web app? (budget
~$15,000) What is the appropriate protocol for posting RoR RFPs?
Thanks!
Taylor
--
Posted via http://www.ruby-forum.com/.
2006 Apr 17
0
Canada on Rails notes
Hi all, Just got back from Canada on Rails. It was really fun and I
got to meet a bunch of people from the community. I put most of my
notes here: http://talk.rubynow.com/talk/show/6/
--
Posted via http://www.ruby-forum.com/.
2006 Apr 19
2
Tools rund um Rails
...ils etc.
Welche Plugins setzt ihr ein, von welchen w?rdet ihr abraten? Oder folgt ihr
dem Tenor "Reuse is overrated" und schreibt euch die Sachen lieber neu?
-- DHH plant ?brigens, Components, Pagination und AWS fr?her oder sp?ter
ebenfalls zu den Plugins auszulagern (Quelle:
http://talk.rubynow.com/talk/show/6).
Er nutze diese Funktionalit?t nicht sehr oft - wie ist das bei euch?
Gr??e
Nicolai
--
http://codeblogger.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060419/986f39bc/attachment.html
2006 Jan 25
1
Ruby on Rails Developer Openings in Austin, TX
Hello all. Forgive the intrusion, but I wanted to get advise on whether
you all allow job postings in the group or can advise on specific
networking places that might allow for job positings for Web UI Software
and Middleware developers with Ruby on Rails experience. I have a few
new openings with a start up in Austin, TX.
Thanks for your help on specific Ruby on Rails groups to target in
2008 Nov 30
3
What you think about Ruby Jobs?
Hello everyone, I''m from Brazil, and I''m looking forward to lean a new
language to work with.
Ruby is my choice! :-D
What is the salary average for Ruby programmers? (rookie, normal, expert)
Ho pays the best salary? (country)
I plan to work outside Brazil... Which country is adopting best the Ruby
technology?
Here in Brazil, the things is a little slow... The servers are
2005 Dec 16
7
offline copy of the api site ?
Hi,
Is there a archive off http://api.rubyonrails.org/ so that I can view it
without net access?
Kind Regards, Herbert
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2006 May 24
8
Where to recruit Ruby on Rails developers?
Anyone have suggestions on where to recruit Ruby on Rails developers?
My startup''s in Berkeley, CA and I''m looking for a talented technical
lead. I''ve tried LinkedIn and Craigslist but the pickings are slim. This
project provides an opportunity to use OpenLaszlo.
rocky at_sign teampatent dot com
--
Posted via http://www.ruby-forum.com/.
2006 Feb 24
6
[JOB] at yakimaherald.com
...to choose your
own technologies and implement things as you see fit. You don''t have
to be a master rails programmer to apply either, there are not a lot
of rails aware people here in Yakima so any experience with rails is
in your favor.
Here is the full job posting:
http://jobs.rubynow.com/jobs/show/201
You can also send me an email off list if you want to speak with me
about the job or the situation here at the paper before you apply. I
encourage anyone interested to apply, this has been an excellent job
for me and I have really enjoyed it. I just need to move on because...
2006 May 25
21
Converting HTML into an Image
I have this challenge of converting a bit of html into an image file
and then shrinking it into a thumbnail. The shrinking part shouldn''t
be too bad, but what advice can you give on converting the html to the
image? My thinking is that I will need to convert it to postscript or
latex and then convert it to an image from there. Is there an easier
/ better approach?
Michael
2006 Jul 04
2
has_many working correctly only on reload!
I have this code that is using svn externals with rails EDGE working
fine for the past couple of months. A couple of days ago, this code
died. Even after deleting vendor/rails, this code doesnt work:
class Tag < ActiveRecord::Base
has_many :taggings
has_many :events, :through => :taggings
has_many :users, :through => :taggings
end
class User < ActiveRecord::Base
# Virtual