similar to: Orlando Ruby Users Group

Displaying 20 results from an estimated 8000 matches similar to: "Orlando Ruby Users Group"

2006 Jun 27
3
Decoding Unicode URLs Properly
Please help, I have an application I switched over to UTF-8, but I am unable to decode URLs with unicode characters in them properly. For instance, if I have "item=Pur%E9ed" as a parameter in my url, when it''s decoded by rails, it returns "Pur?ed" and not "Pur?ed". Is there an easy way to fix my controller to accept these characters properly?
2006 Jan 01
0
An Orlando Ruby/Ruby_on_rails user group is forming
Hi all, Anyone in Central Florida wanting a Ruby and Ruby_on_rails user group, please contact Gregg Pollack (his email address is listed at http://www.rubygarden.org/ruby?Orlando), or if you can''t reach him, simply reply to this message and I''ll forward it to him. Thanks SteveT Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting
2006 Aug 21
0
Assistant Professor Position - Univ. of Central Florida (Orlando, FL)
ASSISTANT PROFESSOR DEPARTMENT OF STATISTICS & ACTUARIAL SCIENCE UNIVERSITY OF CENTRAL FLORIDA The Department of Statistics & Actuarial Science at the University of Central Florida (UCF) invites applications for a tenure-track position at the assistant professor level beginning August 8th, 2007. Qualifications include a Ph.D. in Statistics or related area by date of hire and demonstrated
2007 Feb 19
2
Acts_As_Ferret Tutorial
Hey guys, I wanted to share with you guys a detailed tutorial I just finished this weekend for using Acts_As_Ferret. http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial I started using Ferret and Acts_As_Ferret a few weeks ago, and I learned so much that I wanted to give back to the community by writing up a helpful tutorial that covers all the key topics in one
2005 Jul 01
0
Unix Network Admin - Orlando, Florida, USA
Global Technology Associates, Inc. (http://www.gta.com) is looking for a network system admin with Unix experience, (see the requirements below). GTA is a small privately held corporation founded in 1992 and located in Orlando, Florida, USA. We're FreeBSD-centric and have funded, contributed and been involved in the BSD community since the company's inception. Our work environment is
2014 Sep 02
0
CentOS Dojo at Fossetcon 2014 (11 Sept 2014, Orlando FL)
The CentOS Project will be having a Dojo at Fossetcon 2014 in Orlando Florida on 11 September 2014. We will have a room for the entire day with presentations in the morning and a hackfest in the afternoon. Jim Perrin and Johnny Hughes from the CentOS team will be at the event (maybe a few other CentOS team members as well). More information here: http://wiki.centos.org/Events/Dojo/Orlando2014
2008 Jan 21
13
has_many with different primary key
I''ve got quite the ActiveRecord challenge, any help would be appreciated. In my current project Companies can have many reviews. class Company < ActiveRecord::Base has_many :reviews, :as => :reviewable end However, my company table, I have two different IDs to identify my company. id - This is the typical id we use for normal stuff other_company_id - This is the id we use
2009 Jul 15
0
Aloha on Rails, Hawaii Rails Conf, Last Day for Proposals
Aloha! July 15th is the last day for proposals to present at Aloha on Rails, the Hawaii Ruby on Rails Conference. Join Chad Fowler, Obie Fernandez, Gregg Pollack, Jim Weirich, Yehuda Katz, and many more at the premier destination event for Ruby on Rails! Aloha on Rails will be held in Waikiki, Hawaii on Oct 5-6, 2009. To learn more, and to submit your proposal, please visit
2010 Mar 17
0
Rubynation DC April 9-10
Just a note to remind everyone that the RubyNation conference is around the corner, less than one month away. We are getting close to sold out, so help us push this thing over the top! This year we have more (and better!) presentations, including a keynote presentation by the person who IMO really started all the fuss with Ruby and Rails, Dave Thomas. We also have a bunch of quality speakers
2008 Aug 26
0
Advanced ActiveRecord - Envycast.com
Hey guys, This morning Jason Seifer and I released a new screencast website called EnvyCasts. If you enjoy the content that comes from Rails Envy, then maybe check it out. Our first screencast is "Advanced ActiveRecord", which is available for just $9 bucks at http://envycasts.com How are our screencasts different? Well, we use a green screen, which means you actually see
2012 Apr 02
0
[LLVMdev] Build Error: Orlando transportation
Dear All, Are people setting the "moderated" bit on their subscriptions to llvm-commits?  I'm seeing several people who are subscribed but have their moderated bit set, and so I keep seeing emails seeing that I need to approve their posts. Orlando Airport shuttles, taxis, Orlando  limousines, sedans, and Orlando bus charters. http://www.oriontransportation.com/ --------------
2014 Sep 04
0
Dojo at Fossetcon (Orlando, FL) 11 Sep.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If any of you are attending Fossetcon next week in Orlando, FL, please join us for a CentOS Dojo on Thursday 11 Sep. http://wiki.centos.org/Events/Dojo/Orlando2014 * Garrett Honeycutt - Why Automation is Important * Dmitri Pal - Active Directory Integration * Greg Sheremeta - oVirt all-in-one tutorial Jim Perrin and Johnny Hughes will be running
2006 Nov 04
0
[JOB] RoR Developers, Orlando, FL | 50-85k
RoR Developers (4), Orlando, FL | 50-85k | Relo OK Venture backed online advertising startup seeking multiple Ruby on Rails Developers of varying skill levels. Ideal candidates enjoy a fast-paced, but laid back and creative environment. Salary range from 50-85k depending on experience. Great culture, 401(k) with matching, premium health plan, kick ass workstations with 30" displays, and
2004 Jul 20
1
DID VoIP trunk provider for metro Chicago, LA and/or Orlando.
I am looking for a provider that will provide an equivalent of DID/DOD trunks via IAX, IAX2 or SIP using numbers in Metro Chicago (prefer Skokie), LA (prefer West Hollywood or Venice), and/or Orlando (prefer Winter Garden). If I can migrate some of my existing numbers using LNP, that would be even better, but it is not a requirement. While I know that there are several companies that will
2006 Sep 29
5
Request URI Length Override
Please help, Does anyone know how to override the Mongrel request URI limits built in? I know it was set at a 512 byte limit, but my application will not work with this in place. Why do I need a larger limit? I''ve written a rails application that uses a bookmarklet to send large amounts of data from site to site. The only way to do this is (and keep it cross browser
2006 May 24
2
OSX Rails Session Issues
Hey friends, I need a little assistance getting one of my applications running on OSX. I am able to install everything, and get my application running, but when I try to store an object in the session in one of my apps, the session object doesn''t get stored. I tried running webrick, and I tried running under lighttpd. I tried running a regular session store, and a mysql
2006 May 02
2
Converting from UTF8 to ISO-8859-1 encoding
Please help, I have followed the rails wiki to convert my rails application to use UTF-8: http://wiki.rubyonrails.com/rails/pages/HowToUseUnicodeStrings I am able to succesfully cut and paste Unicode characters from other page, successfully store and display unicode characters. However, my client actually wants ISO-8859-1 encoding, which I''m coming to realize is somehow
2008 Jul 17
2
We ain''t got no RSpec
Hey Guys, This last week on the Rails Envy Podcast we received an "interesting" voicemail. Jason encouraged me to make a remix, and I think you guys will appreciate what resulted. If you have a few minutes and need a good laugh, see here for the voicemail and the remix: http://www.railsenvy.com/2008/7/17/we-aint-got-no-rspec -Gregg -- Posted via http://www.ruby-forum.com/.
2016 Jun 02
0
rsync keeps writing files over
Rsync only cares about the modification time. The ls command usually abbreviates the timestamp so it is better to use the stat command on one of the problem files to see the full thing. On 06/02/2016 06:42 PM, McDowell, Blake wrote: > Cool Thanks! > > Specifically, the timestamps on both <src> and <dest> match for "ls -l" > but do not match for "ls
2018 Mar 20
0
Very slow to start sync with millions of directories and files
It creates the directories as it needs them. If you want to watch it looking through files it doesn't need to copy you can add -ii (see --itemize-changes for what the output means). On 03/20/2018 05:24 PM, Bráulio Bhavamitra wrote: > > > On Tue, Mar 20, 2018 at 5:49 PM Kevin Korb <kmk at sanitarium.net > <mailto:kmk at sanitarium.net>> wrote: > > Nothing