[Rails] Fulltime Openings for Ruby on Rail Engineer at Washington, DC

2015-10-15 Thread sarah . j
*Job details mentioned below* *Title: **Ruby on Rail Engineer* *Location: **Washington, DC* *Duration : Fulltime* *ESSENTIAL FUNCTIONS AND BASIC DUTIES* - Documents and demonstrates solutions by developing documentation, flowcharts, layouts, diagrams, charts, code comments and cle

[Rails] [Job] Seeking Senior Ruby Dev/ Team Lead for Raleigh, NC

2015-09-03 Thread Sarah
Hi everyone, I am seeking a Senior Ruby Engineer and/or Team Lead to join our client in Raleigh, NC. This is a permanent opportunity. Anyone really who has more than 2-3 years development in Ruby and some senior dev experience would be interesting for our client. They will assist with relocati

[Rails] [JOB] Ruby Developer Position in Northern Virginia/DC Area

2014-10-28 Thread Sarah Longwell
*Job Description* Come join our Solution Street team! For the third consecutive year, Solution Street was named by Inc. 5000 as one of fastest growing private companies in America. Now is the time to join us on this exciting adventure! Solution Street is seeking a talented, dedicated and exper

[Rails] accepts_nested_attributes_for and fields_for not working!

2012-08-26 Thread Sarah
un Brunch.all i get [] Thanks! Sarah Menu Controller: before_filter :authenticate_admin!, :except => [:show] def edit @menu = Menu.find(params[:id]) @menu.dinners.build @menu.lunches.build @menu.brunches.build end Menu Model: class Menu < ActiveRecord::Base has_

[Rails] Re: Arel quiz: complex queries with associations

2011-07-26 Thread Sarah Allen
How many people tweet in French who speak English? > Person.select('DISTINCT people.id').joins(:tweets).merge(Tweet.where(:language_id => 3)).where(:language_id => 1).count (0.8ms) SELECT COUNT(DISTINCT people.id) FROM "people" INNER JOIN "tweets" ON "tweets"."person_id" = "people"."id" WHE

[Rails] Re: Arel quiz: complex queries with associations

2011-07-26 Thread Sarah Allen
I must have posted that before I had enough coffee this morning. The correct answer to "how many people tweet in french" is: Person.select('DISTINCT people.id').joins(:tweets).merge(Tweet.where(:language_id => 3)).count via @ffu_ -- Posted via http://www.ruby-forum.com/. -- You received this

[Rails] Re: Arel quiz: complex queries with associations

2011-07-25 Thread Sarah Allen
Ok, I figured out "how many people tweet in french?" ... I was missing a join: > Person.joins(:tweets).where(:tweets => {:language_id => 'fr'}).count (0.1ms) SELECT COUNT(*) FROM "people" INNER JOIN "tweets" ON "tweets"."pe

[Rails] Re: Rails 3 test database issues

2011-07-25 Thread Sarah Allen
rake db:test:prepare loads your schema.rb (or dbstructure.sql) into your test database. I don't think that's the problem. Looking at the stack trace, I would guess that you still have some fixture files for tables that you have deleted. Sarah -- Posted via http://www.ruby

[Rails] Arel quiz: complex queries with associations

2011-07-24 Thread Sarah Allen
How many people with a first name beginning with A follow someone whose first name begins with "S" ? List all the tweets in in french that can be seen by french people (e.g. where the person whose language is french follows someone who has a tweet which is french) Thanks in advance

[Rails] Re: [Rails3] How to define RAILS_ENV for rake?

2011-07-16 Thread Sarah Allen
I believe it is still ok to use RAILS_ENV as an environment variable outside of Rails, but you want to use Rails.env in your code. Sarah http://www.ultrasaurus.com/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "

[Rails] Re: Using a gem file in application?

2011-01-24 Thread Sarah Ww
Can i run the gem from netbeans? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send emai

[Rails] Using a gem file in application?

2011-01-24 Thread Sarah Ww
Hey I have installed a gem file in the command prompt, can someone tell me how to put it into netbeans? Thanks for any help -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou

[Rails] Re: Falied to create jruby instance errror message

2011-01-06 Thread Sarah Ww
I'm sorry but i am a bit computer illterate and i am not sure how to proceed with these error messasges Would reinstalling glassfish be worth trying? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g

[Rails] Falied to create jruby instance errror message

2011-01-06 Thread Sarah Ww
Hi, this is my first attempt at doing a ruby on rails project but i can't even get started, i am trying to run glassfish 3 at the moment and get this error code in the log file from #.run(C:/Users/xxx/Documents/NetBeansProjects/RailsApplication3/config/environment.rb:9) from (unkn

[Rails] Re: error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Sarah Dunne
Thanks! Hassan for your reply/ help! I have deleted that version of gem now. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.c

[Rails] Re: error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Sarah Dunne
...Anyone? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk

[Rails] Re: Error installing rails 3, get error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Sarah Dunne
Andy, I have the same problem, trouble is i have never ever used command prompt in my life ,and am wondering how do i select option two to uninstall? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

[Rails] Re: error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Sarah Dunne
When i uses this prompt "Gem uninstall i18n-0.5.0" it renders this "cannot uninstall, check gem list-diln8-0.5.0" -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, se

[Rails] Re: error: mail requires i18n (~> 0.4.1, runtime)

2010-11-29 Thread Sarah Dunne
Does anyone know gow i can uninstall the second gem using command prompt>? I have tried 18 differnt prompts lol! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send ema

[Rails] Client Needs : Ruby on Rails in NJ ( fast moving position )

2010-11-22 Thread sarah Fernandes
iate Kindly refer some of your friends with the same skill. Your help would be appreciated. Please let me know if you would be interested. Call on 732-372-7051 or email your resume on sa...@larktechinc.com Thanks, Sarah -- You received this message because you are subscribed to the Google Groups &

[Rails] Here is the requirement for software developer position

2010-11-19 Thread sarah Fernandes
kill. Your help would be appreciated. Please let me know if you would be interested. Call on 732-372-7051 or email your resume on sa...@larktechinc.com Thanks, Sarah -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to th

[Rails] Client Needs : Ruby on Rails in NJ ( fast moving position )

2010-11-19 Thread sarah Fernandes
Your help would be appreciated. Please let me know if you would be interested. Call on 732-372-7051 or email your resume on sa...@larktechinc.com Thanks, Sarah -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,

[Rails] Client Needs : Ruby on Rails in NJ ( fast moving position )

2010-11-18 Thread sarah Fernandes
Your help would be appreciated. Please let me know if you would be interested. Call on 732-372-7051 or email your resume on sa...@larktechinc.com Thanks, Sarah -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this gro

[Rails] [JOBS] Ruby on Rails Contractors needed

2010-10-08 Thread Sarah Bevelaqua
Hey! I am looking for strong Ruby on Rails developers who are willing to work at various clients in the NYC and Boston area. These are going to be 6 month contracts. If you are at all interested please let me know! Sarah -- You received this message because you are subscribed to the Google

[Rails] Newbie trying to set up rails with MySQL

2010-06-15 Thread Sarah Faulkner
.com/downloads/mysql/5.1.html#downloads, but I have not installed anything else (outside of rails). Thank you for any help you can offer!! Sarah database.yml: # MySQL. Versions 4.1 and 5.0 are recommended. # # Install the MySQL driver: # gem install mysql # On Mac OS X: # sudo gem install

[Rails] [JOBS] Permanent Ruby on Rails Developer- Vancouver, BC

2009-09-01 Thread Sarah- Vancouver, BC
If you meet the required criteria and are interested in the above position please forward a Word version of your resume to Sarah Nguyen, Technical Recruiter at sa...@trscontract.com. Due to the volume of resumes only those candidates being considered will be contacted. On behalf of our client in

[Rails] Re: parsing XML POST params

2009-06-21 Thread Sarah Allen
Thanks for your help, Fred. For future reference, I've written up a little cheat sheet with the various curl commands to access the various default Rails XML APIs: http://www.ultrasaurus.com/sarahblog/2009/06/simple-web-services-with-rails/ -- Posted via http://www.ruby-forum.com/. --~--~---

[Rails] Re: parsing XML POST params

2009-06-21 Thread Sarah Allen
Frederick Cheung wrote: > I assume this is a typo and than in the real world you had remembered > the closing . Having done that you need to get curl to set > the content type appropriately. Ah, so there must be a bug in my test. This works: $ curl -X POST -d 'AwesomeThis is an awesome project

[Rails] Re: parsing XML POST params

2009-06-21 Thread Sarah Allen
required (even though I am doing that in cucumber, just cuz it seems like the right thing to do) Sarah -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk

[Rails] Re: parsing XML POST params

2009-06-21 Thread Sarah Allen
Sarah Allen wrote: > To test my assumptions, I repeated the above steps with "rails _2.0.2_ > scaffold_xml_202" to look at it in the old version of rails (minus the > forgery bit which didn't used to be required.) Note: in Rails 2.0.2 it does the exact same thing, so I mu

[Rails] parsing XML POST params

2009-06-21 Thread Sarah Allen
#x27;t used to be required.) I must be missing something basic here. Can anyone enlighten me or point me to relevant docs? Thanks, Sarah -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[Rails] Re: Rails & Red5

2009-05-26 Thread Sarah Allen
ere. I'm also working on an open source a/v recording/playback component and interested in making the Flash a/v behavior a bit more accessible to Rails thru OpenLaszlo. Are you still looking for something in this area? Sarah http://www.ultrasaurus.com -- Posted via http:/

[Rails] Re: routes.rb problem

2009-03-07 Thread Sarah Allen
ller::Routing::Routes >> rts.recognize_path("issues/new") and it'll return the route that maps to it This and other cool tips in a nice tutorial by Daryn Holmes: http://darynholmes.wordpress.com/2008/03/15/beginners-tutorial-routing-

[Rails] Re: validates_uniqueness_of - how did I get two users?

2009-03-01 Thread Sarah Mei
In ActiveRecord::Base, the save method takes a flag called perform_validation, which you can set to false. Check your controller code to make sure someone didn't decide to skip the validations somewhere. On Sat, Feb 28, 2009 at 4:39 PM, phil wrote: > > The odd thing is that the users were create

[Rails] Re: validation + should be > 0

2009-02-26 Thread Sarah Mei
You could try making the default value nil. Makes more sense anyway - nil indicates lack of data, while 0 suggests there is a default image. On Thu, Feb 26, 2009 at 12:07 PM, Petan Cert wrote: > my default value for variable mainimage_id is 0. I am trying to apply > really basic validation. If m

[Rails] Re: retrieve value from text_field and save it in another model

2009-02-26 Thread Sarah Mei
I'm not quite sure what you're after, but my guess is you want to associate children and filtersetting objects. Have you set up an association in the model files? On Thu, Feb 26, 2009 at 2:04 AM, Swarna Priya wrote: > I have two models Child.rb and Filtersetting.rb I have written the code > for

[Rails] Re: Simulating script/console for backend process

2009-02-25 Thread Sarah Mei
Generally, you want to put this sort of thing in a rake task (instead of a script) and then your cron is just cd /application_rails_directory; rake do_my_thing --RAILS_ENV=production > On Wed, Feb 25, 2009 at 12:57 PM, Duane Morin > wrote: >> >> I could swear I've seen instructions before on how

[Rails] Re: Saving rich text to the database

2009-02-25 Thread Sarah Mei
Couple of questions: first, what happens if you copy and paste the insert SQL into your database and run it (i.e., are you sure the SQL works on your db)? Second, what is in your log after the NoMethodError message? --~--~-~--~~~---~--~~ You received this message b

[Rails] Re: validation on a has_many relationship

2009-02-25 Thread Sarah Mei
The only think I can think of is that you have a model variable named @request, which is also, by default, the name of the HTTP request object. There may be some weird overwriting going on. Rename your model. It will save you huge headaches in the long run, not least when trying to ask for help,

[Rails] Re: controller and views

2009-02-25 Thread Sarah Mei
Check out the complex forms railscast. http://railscasts.com/episodes/73-complex-forms-part-1 On Tue, Feb 24, 2009 at 11:22 PM, Nilesh Kulkarni wrote: > I am writing an application in which i have list of books fetching from > data base,i am using textbox to display that data from database .ie >

[Rails] Re: Multiple models one form and a one-to-one relationship

2009-02-24 Thread Sarah Mei
In a has_one/belongs_to association, I don't think you need the user= method. What happens if you take it out completely? On Tue, Feb 24, 2009 at 1:27 PM, Stefan Frede wrote: > > Hi! > > I've got a not so unfamiliar multiple models in one form problem. Due > to the complex forms railscast I've g

[Rails] Re: validation on a has_many relationship

2009-02-24 Thread Sarah Mei
You need to get the contact's errors from the contact. Try this out: @request = Request.new(params[:request]) @request.contacts << contact = Contact.new(params[:contact] if @request.save # everything's fine else flash[:error] = @request.errors.full_messages

[Rails] Re: validation on a has_many relationship

2009-02-23 Thread Sarah Mei
flash[:error] = @request.errors.full_messages.join(', ') On Fri, Feb 20, 2009 at 2:05 AM, Sijo Kg wrote: >        But here my problem is I expected >       'Name should not be blank' 'email should not be blank' > >     But what I got is >    contacts is invalid > >           Why this Please hel

[Rails] Re: XMLRPC calling question

2009-02-23 Thread Sarah Mei
erb. Set up a boilerplate file and fill in what you need. It's MUCH faster than trying to generate it with REXML. On Mon, Feb 23, 2009 at 6:57 PM, Don French wrote: > > I have a mashup I need to d with a site that uses xmlrpc. I am trying > to understand the the call method. I have the followin

[Rails] Re: How to set up fixtures to use ActiveRecord callbacks?

2009-02-23 Thread Sarah Mei
I've found the easiest way to do this is to put hashed passwords in the fixtures, i.e. user_1: id: 1 email: u...@mysite.com.test password: ae135e826bbd76cf593d8db38c02ed2e134e159f #test On Mon, Feb 23, 2009 at 1:52 PM, Michael J. I. Jackson wrote: > > Hi all, > > I have a rake task that i

[Rails] Re: Ruby1.9.1 Bus Error

2009-02-23 Thread Sarah Mei
http://redmine.ruby-lang.org/issues/show/1080 http://redmine.ruby-lang.org/issues/show/1142 Ruby 1.8.7 is more stable. On Mon, Feb 23, 2009 at 12:50 PM, Rick wrote: > > More info: > > In rails (2.3.0) generated test app > > 1) Ran script/server and default WEBrick started and functioned fine >

[Rails] Re: geokit - using :through to connect models

2009-02-23 Thread Sarah Mei
I think your trouble here is with the polymorphic association. (Why do you need it - is there another model that has_one or has_many :internships :as => :employer?) Try either removing :polymorphic => true if you don't need it, or adding :as => :employer to the Employer's has_many :internships li

[Rails] Re: activemerchant + activesupport install/dependency issues

2009-02-23 Thread Sarah Mei
activemerchant requires activesupport >= 2.0.0, and that's being loaded ok. Then some other gem is requiring activesupport 1.4.1, but since 2.1.0 is already loaded it can't load 1.4.1. You should run gem cleanup to remove old versions of activesupport. If that doesn't fix it, you'll need to loca

[Rails] Re: best way to model user or IP

2009-02-23 Thread Sarah Mei
Create a single row in the user table to represent the anonymous user, and associate the IP address with the edit instead of with the user. That way you don't clutter your database with anonymous users but you still retain the IP for each edit. On Mon, Feb 23, 2009 at 8:00 AM, Daniel Choi wrote:

[Rails] Re: sorting by subsidiary class

2009-02-22 Thread Sarah Mei
>@category = Category.find(params[:id]) >@services=Service.find(:all, :order => "XXX", :conditions => > ['category_id = ?', @category.id]) @category = Category.find(params[:id]) @category.services.sort! { |x, y| x.reduction <=> y.reduction } --~--~-~--~~~-

[Rails] Re: How do I access a variable defined in application.rb from within application.rhtml?

2009-02-22 Thread Sarah Mei
For actual read-only data that is an instance of a model class, I'd set up a class method instead. So for a default location, in Location.rb, def self.default_location @@default_location ||= Location.find_by_name("San Francisco") end This fixes your migration problem, doesn't reload it with ev

[Rails] Re: can't find gems in /vendor/gems/ after modifying load_paths

2009-02-14 Thread Sarah Allen
, to just leave the 'gem' > lines in your environment > and keep the gem packages for the gems you need around. That way, the > code will complain > loudly if the gems needed aren't installed. Hmmm... so it seems that 'gem' just declares that the code depends on a ge

[Rails] can't find gems in /vendor/gems/ after modifying load_paths

2009-02-13 Thread Sarah Allen
sallen/rails/vendor/gems/tzinfo-0.3.5/lib /home/sallen/rails/vendor/gems/rmagick-1.15.8/lib /home/sallen/rails/vendor/gems/uuidtools-1.0.2/lib rake aborted! Could not find RubyGem exifr (= 0.10.6) (See full trace by running task with --trace) $ ls vendor/gems/ exifr-0.10.6 rmagi

[Rails] Re: application/octet-stream from flash: binary data, not swfupload

2009-01-15 Thread sarah
back to the original problem, namely: despite the fact that the binary data is coming into the application, by the time I'm in the controller I can't figure out how to access that data, and am only managing to get this pseudo-image. Is there anything else you can think of here? Tha

[Rails] Re: application/octet-stream from flash: binary data, not swfupload

2009-01-15 Thread sarah
_fu? It doesn't know it is application/octet-stream because it doesn't respond to content-type at the controller level. Thanks, Sarah On Jan 15, 3:11 am, Peter De Berdt wrote: > On 15 Jan 2009, at 03:48, sarah wrote: > > > I'm working on a rails app with a flash appli

[Rails] application/octet-stream from flash: binary data, not swfupload

2009-01-14 Thread sarah
TP_CONNECTION"=>"keep- alive", "REQUEST_METHOD"=>"POST"} 2. A little later in read_multipart, I can see that the data has arrived in the application/octet-stream format: Content-Disposition: form-data; name="image_uploaded_data"; filename="

[Rails] Re: ApplicationController: understanding generate scaffold

2008-12-29 Thread Sarah Allen
with the same name as the > action. yup. same behavior. > If you leave the code in there as written, the #edit action will fetch > the > row from the Task database with the specified ID. The #edit view will > then > have some

[Rails] ApplicationController: understanding generate scaffold

2008-12-29 Thread Sarah Allen
byonrails.org/ ... I figured the behavior must be defined in the super class, but I can't seem to find the code for it either. Can someone point me in the right direction to illuminate this mystery? Thanks in advance, Sarah http://www.ultrasaurus.com/code (where I'm keeping a

[Rails] Re: Expected .. to define

2008-11-25 Thread Sarah Gray
a mystery to me, but hope someone else is helped. sg. Sarah Gray wrote: > Hello, > > I wanted to chime in because I had a similar proble, Expected / > .../app/controllers/application.rb to define Application. On production > only. Rails 2.1.2, apache2, passenger. This thre

[Rails] Re: Expected .. to define

2008-11-25 Thread Sarah Gray
Hello, I wanted to chime in because I had a similar proble, Expected / .../app/controllers/application.rb to define Application. On production only. Rails 2.1.2, apache2, passenger. This thread was helpful and I found in my stack trace the noted const_missing, originating at line 90 in one o