[Rails] Re: Launching : New Rails Bootcamp in Dayton, OH -- Need Help

2015-06-01 Thread Chad Coburn
Hi, Patrick. I came across this while making a search for coding bootcamps in the Dayton area. Did you ever get around to turning this into a project in the area? // Chad Coburn On Sunday, October 27, 2013 at 1:53:43 AM UTC-4, Patrick Curl wrote: > > Hey, > I'm building a Develop

[Rails] Re: ERROR installing documentation while gem install rails (Win7 Rails 1.9.3)

2014-06-09 Thread Chad Whiting
> > I also ran into this issue but on windows 8. After hours of working on > installing and uninstalling and researching how to fix this problem,even > coming across this before solving it, at last i did well at least for me. > So to hopefully help out those out those that are new to ruby "on r

[Rails] Re: XML template render problem after upgrade to 3.0.10

2011-08-29 Thread Chad Albers
To reply to myself, don't use the extension "xml.builder". An addition, the capybara API now uses page.driver.source instead of page.driver.body to retrieve the XML response. ugh. On Aug 26, 10:28 am, Chad Albers wrote: > Hi, > > Yesterday, I upgraded from 3.0.3 to 3.0

[Rails] XML template render problem after upgrade to 3.0.10

2011-08-26 Thread Chad Albers
s going on here. I search the Rails change logs and couldn't find anything that seems to affect the way rendering works. If anyone could provide help or advice, I would greatly appreciate it. Chad -- You received this message because you are subscribed to the Google Groups "R

Re: [Rails] Re: API authentication

2011-08-01 Thread Chad Eubanks
http://s3.amazonaws.com/pragmaticstudio/iPhoneOnRails.pdf On Aug 1, 2011, at 10:07 PM, Robert Walker wrote: > John Senthil wrote in post #1011816: >> Hi, >> My application has an API server which supports an rails application and >> an iPhone application, I am confused how to authenticate the ap

Re: [Rails] Sproutcore and Rails3

2011-07-26 Thread Chad Eubanks
experience with SproutCore 1.x? Kind Regards, Chad Eubanks The Code Boutique Sent from my iPhone On Jul 26, 2011, at 12:45 PM, Keith Raymond wrote: > I'm attempting to create a sproutcore application with a rails 3 backend > and am getting very frustrated because the only documentatio

[Rails] NoMethodError for innerText

2011-07-15 Thread Chad W.
Hello, I'm new to all of this. I have a script that behaves rather erratically. I'm getting the following error... 1) Error: test_capital_by_division(SampleTest): NoMethodError: undefined method `innerText' for nil:NilClass X:/SOM/Admin/Finance/Reporting/Cognos/QA/scripts/DEV/working/CAPTE

Re: [Rails] Best way for social networking in rails

2011-07-09 Thread Chad Eubanks
Make your own. I made a rails server for a social driven app in about a day. - Banks The Code Boutique Sent from my iPhone On Jul 9, 2011, at 5:58 PM, Robert Campbell wrote: > You might want to check out https://github.com/ging > > Seems to be a good start for a social network > -- > You

Re: [Rails] As Rails continuously grows, I want to know this: What is the best way to make a Rails app into a mobile app?

2011-06-18 Thread Chad Eubanks (gMail)
build a different UI for our mobile app demographic. The database, our rails server, is shared between all versions of our app. Kind Regards, Chad Eubanks The Code Boutique Sent from my iPhone On Jun 18, 2011, at 11:17 AM, Michael Pavling wrote: > On 18 June 2011 14:19, David Zhang wrote:

Re: [Rails] Problem installing Mysql for use with ROR

2011-06-17 Thread Chad Eubanks (gMail)
You can always use the default sqlite db. I've given up on mysql due to the same issue. If you google mysql install 10.6 youll find a few good solutions. Hivelogic.com worked for me awhile back. Kind Regards, Chad Eubanks The Code Boutique Sent from my iPhone On Jun 16, 2011, at

Re: [Rails] Power Point / Keynote presentation in website

2011-06-05 Thread Chad Eubanks
backend shortly at sproutcoreonrails.com. I will keep the community up to date when I can provide more information. Kind Regards, Chad Eubanks The Code Boutique Sent from my iPad On Jun 5, 2011, at 10:10 AM, Peter De Berdt wrote: > Most of the effects can either be achieved with C

Re: [Rails] Re: What are the best Rails 3 books that really reduce learning curve, gotchas and generally avoid all the out of date info online?

2011-05-22 Thread Chad Eubanks (gMail)
If you really want to step your rails game up. I would highly recommend training from pragprog or big nerd ranch. I did a week long training with big nerd ranch for rails and it was by far the best resource I've used to developed myself. Kind Regards, Chad Eubanks The Code Boutique

Re: [Rails] Re: What are the best Rails 3 books that really reduce learning curve, gotchas and generally avoid all the out of date info online?

2011-05-22 Thread Chad Eubanks (gMail)
The Rails 3 Way is a must. From pragprog, I believe there is a testing specific book. Banks Sent from my iPhone On May 22, 2011, at 7:07 AM, egervari wrote: >> - Anything from PragProg.com >> - The Rails 3 way is priceless >> >> Kind Regards, >> Chad Eubank

Re: [Rails] Re: What are the best Rails 3 books that really reduce learning curve, gotchas and generally avoid all the out of date info online?

2011-05-22 Thread Chad Eubanks (gMail)
Railstutorial.org is a great resource for learning testing with rspec. Pragprog.com has a great testing book. Banks Sent from my iPhone On May 22, 2011, at 6:54 AM, egervari wrote: > Oh, one more thing: > > One of the biggest things I find myself googling is testing. Because > so much magic

Re: [Rails] What are the best Rails 3 books that really reduce learning curve, gotchas and generally avoid all the out of date info online?

2011-05-22 Thread Chad Eubanks (gMail)
- Anything from PragProg.com - The Rails 3 way is priceless Kind Regards, Chad Eubanks The Code Boutique Sent from my iPhone On May 22, 2011, at 6:48 AM, egervari wrote: > Rails seems like it's a great platform... just the documentation isn't > as in-depth as I would

[Rails] Rails ninja wanted

2011-05-17 Thread Chad Eubanks
Hi guys, My name is Chad Eubanks and I am the founder of a small team called The Code Boutique. We specialize in web development using Rails and Sproutcore. SproutCore is a html5 framework with Yehuda Katz on the core team. I am looking for another rails developer to help my team bridge the

Re: [Rails] Nested Resource w/ Collection

2011-05-17 Thread Chad Eubanks
re is a link to the git project: https://github.com/TheCodeBoutique/Blogger Kind Regards, Chad Eubanks The Code Boutique On May 17, 2011, at 8:03 AM, Michael Pavling wrote: > On 17 May 2011 15:30, Chad Eubanks (gMail) wrote: >> Ultimately I am trying to keep a relationship between

Re: [Rails] Nested Resource w/ Collection

2011-05-17 Thread Chad Eubanks (gMail)
Michael, I initially I was using resources as oppose to collection. I ran take routes and users/posts is a valid route. Ultimately I am trying to keep a relationship between the two models but remove the user id from the URL. Kind Regards, Chad Eubanks The Code Boutique Sent from my

[Rails] Nested Resource w/ Collection

2011-05-16 Thread Chad Eubanks
format.json { head :ok } end end end What would I change for the route: http://localhost:3000/users/posts to work? Kind Regards, Chad Eubanks The Code Boutique -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To po

Re: [Rails] Rails 3 Routes

2011-05-11 Thread Chad Eubanks (gMail)
Very true... The session controller would do such. But the question still lingers, does the id NEED to be in the url? Kind Regards, Chad Eubanks Sent from my iPhone On May 11, 2011, at 9:20 AM, Walter Davis wrote: > > On May 11, 2011, at 11:00 AM, Chad Eubanks (gMail)

Re: [Rails] Rails 3 Routes

2011-05-11 Thread Chad Eubanks (gMail)
related posts are shown. However, the id can not be shown in the url. Kind Regards, Chad Eubanks Sent from my iPhone On May 10, 2011, at 11:54 PM, Frederick Cheung wrote: > > > On 10 May 2011, at 20:50, Banks wrote: > >> Hi everyone, >> >> I have a nested r

[Rails] Re: A way to share a variable across multiple httpd threads with Rails?

2011-03-09 Thread Chad Johnson
Frederick Cheung wrote in post #986539: > On 9 Mar 2011, at 17:47, Chad Johnson wrote: > >>Thread.current["mycount"] = count >>count += 1 >> } >>end > > This looks thread dangerous to me - i don't thi

[Rails] A way to share a variable across multiple httpd threads with Rails?

2011-03-09 Thread Chad Johnson
Let's say I have the following threading in my Rails web application: class MyController def my_action count = 0 arr = [] 10.times do |i| arr[i] = Thread.new { sleep(rand(0)/10.0) Thread.current["mycount"] = count cou

[Rails] AssociationTypeMismatch / Model Caching in development envirnment

2010-10-14 Thread Chad Moone
Hi there— I'm trying to get started with Rails, and I've run into this issue and searched high and low--so hopefully someone can help point me in the right direction. I'm having an issue where my model classes seem to be getting cached by something, and so if I make subsequent requests, I get an

[Rails] Select method save to database

2010-08-06 Thread Chad Weier
Hi, real newbie question. How come this wont save to the database! <%= select(:to_time_unit, 'id', @time.timearray) %> to_time_unit is the column is the database that is to hold the selected time unit. 'id' is just somethign I made up I dont know whether it is relevant @time.timearray

[Rails] Re: Drop down box in ruby

2010-08-03 Thread Chad Weier
> How would I get a select box to list > -minute > -hour -- 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 f

[Rails] Drop down box in ruby

2010-08-03 Thread Chad Weier
Hello I've only been playing with ruby and rails for a few short weeks, I have an class called time in my libs folder and I want to call an array from this class and populate a drop down box/select box in rails in one of my view pages. everything online is so confusing regarding this.. Just say

[Rails] Simple class question - new to ruby on rails

2010-07-11 Thread Chad Weier
I am getting an error with this code below.. basically its meant to read /jazz/j00132.mp3 3:45 Fats Waller Ain't Misbehavin' /jazz/j00319.mp3 2:58 Louis Armstrong Wonderful World /bgrass/bg0732.mp3 4:09 Strength in Numbers Texas Red from a text file, put it in an array and then display it but I a

Re: [Rails] Ruby Summer of Code Project

2010-04-20 Thread Chad Woolley
d be "completed" as a RSOC task, since it will be a continually evolving project. In any case, I'd love to discuss my plans and review what I've already completed. If you are interested in Rails CI, for RSOC or not, please email me. Thanks, -- Chad -- You received this mess

[Rails] Re: Flash message not being displayed

2009-07-13 Thread Chad Arimura
Not sure if you got this answered but a guess would be because the flash hash is persisted only across the same domain... your subdomain doesn't see the flash message. On Jun 22, 12:39 pm, Oliver Nightingale wrote: > Yeah, I should have mentioned that sorry. > > I can display flash messages,

[Rails] Re: Model has_many 3 degrees separation

2009-03-05 Thread Chad
ncise (and possibly undecipherable) code. > > 2009/3/5 Chad > > > > > > > I like the idea, but this is what I get: > > > @answers = @company.surveys.survey_questions.survey_answers > > > undefined method `survey_questions' for # > > &

[Rails] Re: Model has_many 3 degrees separation

2009-03-05 Thread Chad
array. Is there a way to modify that call to get the desired chaining? On Mar 5, 1:13 am, Peter Vandenabeele wrote: > On Thu, Mar 5, 2009 at 9:21 AM, Chad wrote: > > In the following model, is there an easy way to setup my models so > > that I can make the following call: @company.s

[Rails] Model has_many 3 degrees separation

2009-03-05 Thread Chad
surveys end class Surveys ... belongs_to :company has_many :survey_questions end class SurveyQuestions ... belongs_to :survey has_many :survey_answers end class SurveyAnswers ... belongs_to :survey_question end Thanks in advance for any help. C

[Rails] Re: mysql install problem

2009-02-09 Thread Chad
You're trying to update the rails framework, not ruby. http://www.ruby-lang.org/en/downloads/ On Feb 9, 6:56 am, Eduardo Cirilo wrote: > MaD wrote: > > your post says: > >   'You're running:  ruby 1.8.4' > > > while on ror.org is written: > >   'We recommend Ruby 1.8.7 for use with Rails.' >

[Rails] Pretty Record Lists

2009-02-09 Thread Chad
ilar to AS): controller: @users = company.users view: <%= render :pretty_lists => @users %> -- Thanks for any help, Chad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To p

[Rails] paginating_find repository missing?

2009-01-30 Thread Chad
someone help? Or tell me I'm crazy Thanks! Chad --~--~-~--~~~---~--~~ 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 u

[Rails] Re: Testing ActiveResource models with HttpMock

2009-01-08 Thread Chad Woolley
unlucky few have problems with it. ;) I just wrote a blog post summarizing what I could find, and how we are going to address the problem of testing (hit a real server with the AR client): http://pivotallabs.com/users/chad/blog/articles/656-automated-end-to-end-integration-testing-for-activer

[Rails] Re: [JOBS] Excellent Job Opportunity: Lead Engineering (Ruby on Rails), New Delhi

2008-11-25 Thread Chad Woolley
On Tue, Nov 25, 2008 at 2:12 AM, Frederick Cheung < [EMAIL PROTECTED]> wrote: > > > On 25 Nov 2008, at 06:58, Jitendra Singh wrote: > > > > > We are looking for motivated Ruby on Rails/Java technology > > > When you find yourself posting the same message 4 times in 10 days > then you're doing some

[Rails] Building Gem of a Rails app

2008-09-17 Thread Chad A.
ctionality to a rails app. I would like to look at how the packager created the gem, and try to duplicate their effort. Any other advice, would also be greatly appreciated. Thanks, Chad A. --~--~-~--~~~---~--~~ You received this message because you are subscribe