Re: [Rails] [JOBS] Lead Backend Engineer (Ruby on Rails) at Prefer (a mission-driven, 8-person company) NYC/SF

2018-05-17 Thread bryan
Hi Josue! Unfortunately not. -Bryan On Thursday, May 17, 2018 at 10:59:36 AM UTC-4, gordiman wrote: > > Hi Bryan, > > Could this be a remote position? > > Josue > > 2018-05-16 17:12 GMT-05:00 >: > >> Hello! >> >> I lead engineering at Prefer, and

[Rails] [JOBS] Lead Backend Engineer (Ruby on Rails) at Prefer (a mission-driven, 8-person company) NYC/SF

2018-05-16 Thread bryan
Hello! I lead engineering at Prefer, and we’re looking to hire an experienced Ruby on Rails engineer to own our backend stack. Please feel free to reach out if you’d be interested in hearing more! -Bryan https://prefer.com/careers/lead-backend-engineer We are currently recruiting an

[Rails] Installing Rails

2016-06-20 Thread Bryan Singh
I am trying to install Rails onto a new computer, running OS X El Capitan. I run > rbenv install 2.3.1 and then it errors out and I get Downloading ruby-2.3.1.tar.bz2... > > -> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.bz2 > > Installing ruby-2.3.1... > > > *BUILD FAILED* (OS X

[Rails] Unload Rails app

2015-10-29 Thread Bryan Liff
I have a situation where I am developing a Railtie Engine and have two dummy apps for testing, and therefore two distinct 'rails_helper.rb' helpers to load one or the other app per specific spec file. # rails_helper_1.rb ... require File.expand_path("dummy_1/config/environment", File.dirname(__F

[Rails] Re: Asset pre-compilation unbearably slow: Have we outgrown asset pipeline?

2013-06-28 Thread Bryan Migliorisi
guessing it uses a similar approach under the hood to what this blog post is proposing, but I have not had the time to dig deeper into the code yet. Thanks for the help guys --Bryan On Friday, June 28, 2013 1:32:32 PM UTC-4, Matt Jones wrote: > > > > On Thursday, 27 June 2013 09:11:44

[Rails] Asset pre-compilation unbearably slow: Have we outgrown asset pipeline?

2013-06-27 Thread Bryan Migliorisi
Our application is a very large (read: "enterprise") Single Page Application. Even though our app is 99% client side with a Java RESTful API, we built the web application on top of rails because the Asset Pipeline seemed like a a great fit for us. And until recently, it was. Our application

[Rails] Conditionally cache files in Rails asset pipeline

2013-06-19 Thread Bryan Migliorisi
event *.myfiletype from ending up in the asset cache and always being preprocessed. (This is only a development thing and in production should work like "normal") Thanks -Bryan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] Rails with Rack 1.4.1 and malformed cookies; advice needed.

2012-11-12 Thread Bryan Shelton
s. I'll have to figure out a way to communicate this necessity to users interested in getting into Rails. Thanks, - Bryan -- 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-

[Rails] Problem with gem

2012-11-07 Thread Bryan P.
I am trying to install rails on OSX, but gem does not seem to be working. I type in the command and it does nothing, there is no error message. It does this for any command, such as gem -v. Any help is appreciated. -- Posted via http://www.ruby-forum.com/. -- You received this message because y

[Rails] newbie call one controller method inside of another's render

2012-01-03 Thread bryan
I structure it so I can pass in a parameter to the method that is normally passed via the querystring? Thanks, Bryan Rasmussen -- 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 rubyon

[Rails] Re: sudo: gem: command not found

2011-12-27 Thread Bryan Dunsmore
If you installed Ruby via RVM (you should of) you need to use the `rvmsudo` command. Ergo: sudo gem install rails --include-dependencies Becomes: rvmsudo gem install rails --include-dependencies -- Posted via http://www.ruby-forum.com/. -- You received this message because you are

[Rails] Re: Coffee script events handling

2011-12-27 Thread Bryan Dunsmore
It actually has to do with your jQuery code. `$()` actually returns a jQuery instance with all the jQuery methods. `onclick` is not an actual jQuery method; you need to use the alternative [`click`](http://api.jquery.com/click/) and pass it the function. Like so: window.onload = function()

[Rails] Problem with EngineYard portion of Railsinstaller

2011-10-22 Thread Bryan U.
I have installed Railsinstaller without any problems. I am going through the video. I ran into a few issues with errors in the video which have already been answered on this site in regards to git. Now I am all the way to the end of the video with the Engineyard deployment. When I deploy I get a

Re: [Rails] Re: How to write render expectation in Controller Spec?

2011-07-13 Thread Bryan Donovan
ffold Widget name:string .. that will generate a controller spec that will work out of the box if you are using default crud methods. -Bryan On Jul 13, 2011, at 8:54 AM, Peter wrote: > On Jul 12, 4:35 am, Chandu80 wrote: >

[Rails] DateTime.strptime bug?

2011-07-01 Thread Bryan Cheng
Hi everyone, I've been trying to find a solution for this but can't seem to find anything. I'm current in Daylight Savings Pacific Time (-07:00). I've configured all my default time zones to be for Pacific Time (US & Canada). Everything works fine with ActiveRecords and filtering, except DateTime.

Re: [Rails] Remove cache after logout

2011-06-01 Thread Bryan Crossland
On Wed, Jun 1, 2011 at 12:14 PM, News Aanad wrote: > Hi, > I have observe Facebook and Gmail that when we logged out it redirects us > to the login page, but the interesting is that when we hit back button it > still not go to inbox page. > I have search in google and got something to set attribu

Re: [Rails] cancan include issue

2011-06-01 Thread Bryan Crossland
On Wed, Jun 1, 2011 at 12:39 PM, Me wrote: > I have a Rails 2.3.4 app that uses cancan, but when I try to go to the > index page I get: > I see the gem when I do a gem list, ideas? > > uninitialized constant Authorization::ControllerMethods::CanCan > > > Have you required the gem in your rails ap

Re: [Rails] git push heroku master - has error

2011-06-01 Thread Bryan Crossland
On Wed, Jun 1, 2011 at 1:04 PM, Jedrin wrote: > I am trying to put my app on heroku, following the instructions, when > I get here I get this error: > > $ git push heroku master > Enter passphrase for key '/c/Users/Laurence/.ssh/id_rsa': > Counting objects: 277, done. > Delta compression using u

Re: Re: [Rails] ERROR:"Could not find activesupport-3.0.4 in any of the sources"

2011-06-01 Thread Bryan Crossland
On Wed, Jun 1, 2011 at 4:55 PM, Manuele Dones wrote: > Here again... the same problem ;-) > > I've done a project some weeks ago, using rails 3.0.7 > > Today i've updated the gems by "gem update", and it installed new versions > of some gems like "arel", "rack", "rake". > > Then I removed the old

Re: [Rails] V2.3.5 -> V3.0.7 problem. Page state of select list not being preserved

2011-06-01 Thread Bryan Crossland
Sent from my iPhone On May 31, 2011, at 9:06 PM, "j...@via.net" wrote: > This works find on 2.3.5. I have a form with a select list. Selecting > a value (it's a search type), typing in a text value into a text > field, then submitting the form (which causes a an SQL search and a > redispay of th

Re: [Rails] issue in deploying app in local

2011-05-31 Thread Bryan Crossland
Sent from my iPhone On May 31, 2011, at 3:49 AM, loganathan sellappa wrote: > Hi All, > I want to run my application with domain name rather than local host ,so i > followed the below steps,but i'm having unable to connect error ,can any one > help me on this. >gem install passenger > pa

Re: [Rails] Minimize Pop-up

2011-05-31 Thread Bryan Crossland
Sent from my iPhone On May 31, 2011, at 5:33 AM, Chandu80 wrote: > Hello All, > I have a pop-up window with a close button and a minimize button,I > want to know if there is a way of writing an action for minimizing the > pop-up using Rails or does javascript need to be used here? > On minimizin

Re: [Rails] Re: Really bad problem with Webrick/Rails using 3.1 - Help?

2011-05-30 Thread Bryan Donovan
and more Rails-like? Is this a legacy application you're dealing with? Just trying to understand. Bryan On May 30, 2011, at 1:29 PM, egervari wrote: > Here's another one: > > ActionView::Template::Error (undefined local variable or method > `edit_user_password&#

Re: [Rails] "Modular" application design - controller / route setup

2011-05-30 Thread Bryan Donovan
m, but all you have to do is go to http://sports.yahoo.com/nba/players and http://sports.yahoo.com/nba/players/3252 to see counter-examples. Bryan On May 30, 2011, at 2:54 PM, David Kahn wrote: > > > On Mon, May 30, 2011 at 3:26 PM, Mickiii wrote: > I am fairly new to rails, and hav

Re: [Rails] Re: Two buttons respond to same action

2011-05-29 Thread Bryan Crossland
Sent from my iPhone On May 29, 2011, at 8:47 AM, amritpal pathak wrote: > > > On Sun, May 29, 2011 at 8:44 AM, Colin Law wrote: > On 29 May 2011 13:33, amritpal pathak wrote: > > > > > > On Sun, May 29, 2011 at 8:29 AM, Colin Law wrote: > >> > >> On 29 May 2011 13:17, amritpal pathak wrote

Re: [Rails] Re: Two buttons respond to same action

2011-05-28 Thread Bryan Crossland
On Sat, May 28, 2011 at 11:30 AM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On May 28, 3:06 pm, amritpal pathak wrote: > > Hey > > I am using rails 3.0.7.I created two buttons simply as: > > <%= button_to "Great", :action => "click"%> > > <%= button_to "click me"

Re: [Rails] unable to start server

2011-05-26 Thread Bryan Crossland
Sent from my iPhone On May 27, 2011, at 12:56 AM, John wrote: > When i start the server "rails s",following error message appears: > > > => Booting WEBrick > => Rails 3.0.7 application starting in development on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > E

Re: [Rails] Kaminari rspec testing undefined method page.

2011-05-26 Thread Bryan Crossland
Sent from my iPhone On May 26, 2011, at 11:07 AM, Mauro wrote: > Someone use kaminari for pagination? > I'm doing some tests but I don't know why I have an undefined method page. > Here is my simple test: > > describe "GET index" do >it "assigns all fire_preventions as @fire_preventions" do

Re: [Rails] ruby on rails query

2011-05-26 Thread Bryan Crossland
Sent from my iPhone On May 26, 2011, at 10:16 AM, Adel Mediouni wrote: > hi > im using Diaspora database for a new project. and i have to create a > @users varible which contains the all users and the number of freinds > he has. > > in the DB there's a table named contacts with these attributes

Re: [Rails] "sqlite3" module

2011-05-24 Thread Bryan Crossland
On Tue, May 24, 2011 at 6:37 PM, augdawg wrote: > Hey all, > I recently started playing with Rails, but I have run into a problem. > Whenever i try to use the "rails generate scaffold" command, Rails > tells me that I do not have SQLite3 installed. However, I went into > the package manager of my

Re: [Rails] Re: Re: Problems Connecting to SQL Server

2011-05-24 Thread Bryan Crossland
On Tue, May 24, 2011 at 4:12 PM, Babak bsn wrote: > Colin Law wrote in post #1000728: > > > Have you checked that user XXX/XXX can login to the server via an > > alternative client? > What you means? Excuse me I am Beginner :( could you please give me an > example? > > He means go use a tool that

Re: [Rails] Re: Text content must be uncopyable

2011-05-22 Thread Bryan Crossland
On Sun, May 22, 2011 at 10:44 AM, rajeevsharma86 wrote: > Thanks man Great Any oTher > > No. We're done with this topic. I think the answer has been pretty clear. If you don't mind people screen capturing the Flash text then use Flash. Every other option, including gems, will give you a text respo

Re: [Rails] Re: Unable to figure out why a photo attribute of the paperclip plugin is not being passed in as a p

2011-05-20 Thread Bryan Crossland
Sent from my iPhone On May 20, 2011, at 12:18 PM, Mohnish G j wrote: > Hi Bryan, > > Thanks for your response.. > > If I have understood your response properly > > I am aware about this difference in the name Bryan, I am just making use > of two different s

Re: [Rails] Unable to figure out why a photo attribute of the paperclip plugin is not being passed in as a param

2011-05-20 Thread Bryan Crossland
Sent from my iPhone On May 20, 2011, at 5:32 AM, Mohnish G j wrote: > Hello all, > > I am trying to implement a feature in my app where a user posts a > message along with an image. > > This is something similar to what is there in `www.diasp.org` . > > I dealing with a pretty much outdated c

Re: [Rails] Re: has_many through question

2011-05-17 Thread Bryan Crossland
Sent from my iPhone On May 17, 2011, at 1:58 PM, eddyjab wrote: > i understand. i have 3 models. taskschedule, services and areas. each > taskschedule has many services through the model area. > > when i add(create/update) services to taskschedule i want to enter > also some information to the

Re: [Rails] Re: REXML::ParseException - but the feed IS valid

2011-05-17 Thread Bryan Crossland
Sent from my iPhone On May 17, 2011, at 8:02 AM, Thomas Dalla wrote: > I still have the same problem with Ruby 1.9.2... > > === > I 05/17/2011 21:56:20:387 1638 APP| Error: > # declaration. > Line: 39 > Position: 2342 > Last 80 unconsumed charac

Re: [Rails] Re: setup Mysql / rails 3.0.3 Snow leopard 32bit

2011-05-17 Thread Bryan Crossland
Sent from my iPhone On May 16, 2011, at 1:33 PM, Rebecca Dias wrote: > Mike I am also a newbie. Where might I find this bundle file? > It's called Gemfile and it's in the root of your application folder. B. > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this messag

Re: [Rails] Re: interview questions on REST

2011-05-16 Thread Bryan Crossland
Sent from my iPhone On May 16, 2011, at 2:31 PM, "wbsurf...@yahoo.com" wrote: > > > So I had done some things in the past with map.resources in the > routes, but I never really fully understood all of it, especially when > there was more than one level with children such as: > > map.resources

Re: [Rails] Re: how to connect a form field to a table from another database?

2011-05-16 Thread Bryan Crossland
Sent from my iPhone On May 16, 2011, at 3:27 AM, Mauro wrote: > On 14 May 2011 14:09, Bryan Crossland wrote: >> Sent from my iPhone >> On May 13, 2011, at 3:31 PM, Mauro wrote: >> >> On 12 May 2011 17:13, Mauro wrote: >> >> I have a form with some

Re: [Rails] interview questions on REST

2011-05-16 Thread Bryan Crossland
On Mon, May 16, 2011 at 7:14 AM, Bryan Crossland wrote: > On Mon, May 16, 2011 at 4:41 AM, wbsurf...@yahoo.com > wrote: > >> >> >> I sometimes get asked about what is REST in an interview. I feel like >> I have a sense of what it is, yet the answer seems somewh

Re: [Rails] interview questions on REST

2011-05-16 Thread Bryan Crossland
On Mon, May 16, 2011 at 4:41 AM, wbsurf...@yahoo.com wrote: > > > I sometimes get asked about what is REST in an interview. I feel like > I have a sense of what it is, yet the answer seems somewhat > theoretical. When I built a website that supported sub domains for > rock bands, I felt I got som

Re: [Rails] Re: DB2 9.7 + Rails 3.0.7 + Ruby 1.9.2 + Win Server 2008 R2 problem

2011-05-15 Thread Bryan Crossland
strace.exe requires an .etl file wich seems to be not produced by >>> ruby! >> >>> On 15 Mai, 10:50, Tom Meinlschmidt wrote: >>>> hi, >> >>>> what about running sxstrace.exe from console and paste the output? >> >>>> does th

Re: [Rails] Rails 3 and saving decimal values from a form

2011-05-15 Thread Bryan Crossland
Sent from my iPhone On May 14, 2011, at 11:26 PM, Devin M wrote: > I have an odd bug in one of my applications. When I am using the > sqlite3 database the bug is not present. However when I use mysql2 as > the database adapter I run into an error saving decimal values from a > form. If I submit

Re: [Rails] DB2 9.7 + Rails 3.0.7 + Ruby 1.9.2 + Win Server 2008 R2 problem

2011-05-14 Thread Bryan Crossland
Sent from my iPhone On May 14, 2011, at 12:54 PM, Wolfgang wrote: > Hi all, > > also posted this message here (http://rubyforge.org/forum/forum.php? > thread_id=49785&forum_id=9503), but afterwards I found this group and > think it is more suitable to ask that question in this group! > > I am

Re: [Rails] Re: how to connect a form field to a table from another database?

2011-05-14 Thread Bryan Crossland
Sent from my iPhone On May 13, 2011, at 3:31 PM, Mauro wrote: > On 12 May 2011 17:13, Mauro wrote: >> I have a form with some fields. >> In one of these ones the user can put data of type address, like >> "example street" and so on. >> I want that the user can select from a list of streets but

Re: [Rails] Activerecord::JDBCError: Invalid column number

2011-05-07 Thread Bryan Crossland
Sent from my iPhone On May 7, 2011, at 2:51 PM, Klaus Humme wrote: > Hi, > > I'm rather new to Ruby and RoR, so I do not really know whether this ist > the right forum to place my question. > > For my first 'project' I planned to create a simple online-viewer, which > grabs data from an existi

Re: [Rails] Re: Packaging (RPM) rails applications

2011-05-05 Thread Bryan Crossland
s not already exist. Do either this: db:create db:schema:load db:migrate db:seed or this: db:setup and your work is done. There is no need to check or wrap it with anything else because if the database doesn't exist it will create it for you. B. > > On May 5, 9:46 am, Bryan Cros

Re: [Rails] Re: Packaging (RPM) rails applications

2011-05-05 Thread Bryan Crossland
ate db:schema:load db:migrate db:seed B. > > On May 5, 8:55 am, Bryan Crossland wrote: > > On Thu, May 5, 2011 at 6:45 AM, jcwoods wrote: > > > I am in the process of packaging a rails application as an RPM, and I > > > have a few questions regarding the

Re: [Rails] Packaging (RPM) rails applications

2011-05-05 Thread Bryan Crossland
On Thu, May 5, 2011 at 6:45 AM, jcwoods wrote: > I am in the process of packaging a rails application as an RPM, and I > have a few questions regarding the initialization of the database > environment. > > As part of the post-install script, I need to check to see if the > database exists. Depen

Re: [Rails] Re: Can't configure cach_store in an initializer

2011-04-28 Thread Bryan Crossland
On Wed, Apr 27, 2011 at 6:10 PM, Jack Chu wrote: > I've also tried putting it in an after_initialize block and this > doesn't seem to work either. > > config.after_initialize do > config.cache_store = :redis_store, APP_CONFIG['redis'] > end > > I think what you are looking for is described in t

Re: [Rails] Best Rails environment for Windows 7

2011-04-28 Thread Bryan Crossland
On Wed, Apr 27, 2011 at 8:26 AM, Chief wrote: > What is the best and easiest way of running Ruby on Rails on a Windows > 7 machine? > > I really want to learn Rails, but I haven't found any easy way of > installing it on Windows 7. > > Install a VM of Ubuntu or Linux and develop on that. Avoid in

Re: [Rails] Net::HTTP end of file reached

2011-04-27 Thread Bryan Crossland
On Wed, Apr 27, 2011 at 6:11 PM, Erwin wrote: > Doing a check on a remote file url, using Net::HTTP, I get an 'end of > file reached' > > here is the Ruby code (1.9.2) [env ; Rails3 , webrick ] >url = URI.parse(URI.escape(test_upload.videoUrl)) >req = Net::HTTP::Head.new(url.path) >

Re: [Rails] exception notifier not working on production

2011-04-26 Thread Bryan Crossland
Sent from my iPhone On Apr 26, 2011, at 3:56 AM, Mike C wrote: > I'm using Rails 3 and installed exception notifier as a gem. It works > perfectly in development, but for some reason it isn't sending e-mails > in production. When I check the logs, I don't see any mention of my > app trying to se

Re: [Rails] TextMate vs EMACS vs RadRails

2011-04-22 Thread Bryan Crossland
Sent from my iPhone On Apr 22, 2011, at 5:19 PM, Rodrigo Ruiz wrote: > Thank you for the tip guys, when I have some time to finally start my web > programming i'll try it out. > > Tell me something, can I write HTML code with RubyMine to make a simple web > page? > I'm asking that cause that'

Re: [Rails] Re: How to connect a form to database ?

2011-04-22 Thread Bryan Crossland
On Fri, Apr 22, 2011 at 11:00 AM, amrit pal pathak < amritpalpath...@gmail.com> wrote: > > > On Apr 22, 10:40 am, Bryan Crossland wrote: > > On Fri, Apr 22, 2011 at 8:23 AM, amrit pal pathak < > amritpalpath...@gmail.com > > > > > > > > > &g

Re: [Rails] Re: Unable to find out proper document to integrating Salesforce with Rails

2011-04-22 Thread Bryan Crossland
ndencies.rb:521:in `new_constants_in' >from C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-2.3.8/ > lib/active_support/dependencies.rb:156:in `require' >from C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.8/lib/ > commands/server.rb:84:in `'

Re: [Rails] Re: rake db:create fails

2011-04-22 Thread Bryan Crossland
On Fri, Apr 22, 2011 at 8:29 AM, Darlan Machado wrote: > Raghavendra, > > I think so. > I´d remove the mysql 5.5 and install the 5.1 version, then, the error > has been changed. I didn´t save the log file, so, i can´t to tell about > it. > But, considering the possibility of incompatibility betwee

Re: [Rails] Re: How to connect a form to database ?

2011-04-22 Thread Bryan Crossland
On Fri, Apr 22, 2011 at 8:23 AM, amrit pal pathak wrote: > > > On Apr 22, 9:13 am, Peter De Berdt wrote: > > On 22 Apr 2011, at 15:07, amrit pal pathak wrote: > > > > > Here i want 2 things as > > > 1) Now i want to create a table and want to connect this form to > > > that,so that when i cli

Re: [Rails] rvm + capistrano + gitosis

2011-04-22 Thread Bryan Crossland
On Fri, Apr 22, 2011 at 3:15 AM, Mike C wrote: > I don't know how people do it, but I'm having huge headaches getting > these things to work with each other. At the moment, doing a cap > deploy:setup gives me this error: > > /Users/mikool/.rvm/gems/ree-1.8.7-2011.03@rails3/gems/ > capistrano-2.5.

Re: [Rails] Re: Rails 2.3.11 and carrierwave, can't find generator

2011-04-22 Thread Bryan Crossland
On Thu, Apr 21, 2011 at 9:53 AM, sol.manager wrote: > I should be more clear and state that I am using carrierwave 0.4.10 > which is supposed to work with Rails 2.x and is past the carrierwave > release that did have missing files. I built a blank Rails 3 app using > the 0.5x version and: rails g

Re: [Rails] Connecting to MSSQL with Ruby on Ubuntu

2011-04-22 Thread Bryan Crossland
On Thu, Apr 21, 2011 at 7:01 AM, DHAMODHARAN N wrote: > *Hello **Bryan Crossla*n, > > * As per the information what they are mentioned in this link > http://lambie.org/2008/02/28/connecting-to-an-mssql-database-from-ruby-on-ubuntu/* > > *configured. Initially i can able to

Re: [Rails] Re: How to change the url (from localhostL:3000) to (example.com)

2011-04-21 Thread Bryan Crossland
Sent from my iPhone On Apr 21, 2011, at 10:54 AM, Alex Katebi wrote: > Start your rails server with http default port 80: > rails server -p 80 > Now example.com should work. > I don't why people write three pages of information without answering you > anything :) > Because if you give a man a

Re: [Rails] How to make a social network website

2011-04-21 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 7:19 PM, Rodrigo Ruiz wrote: > Hi, I'm a new programmer and I want to make a social network like > facebook or orkut. > > Welcome to being a new programmer and I can see you have already set a lofty goal for yourself. It's good to have ambition. :-) > I only know the bas

Re: [Rails] ActiveMerchant with Amazon's FPS

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 6:11 AM, News Aanad wrote: > Hi, I want to integrate Amazon's FPS service using Activemerchant. > I want to know that activemerchant support that? > and if yes, then can you please suggest any site to integrate Amazon's FPS? > > The answer is no it does not. At least not a

Re: [Rails] Re: I need help: No route matches "/RailsApplication3"

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 1:53 PM, hoboy Hoboy wrote: > http://localhost.3000/ > Welcome aboard > You’re riding Ruby on Rails! > About your application’s environment > Getting started > Here’s how to get rolling: > > 1. > Use rails generate to create your models and controllers > > To s

Re: [Rails] Re: Rails 3 Migration expecting test gems to be installed??

2011-04-20 Thread Bryan Crossland
rspec , cucumber etc) > > Fred > I suspected that your Gemfile.lock was set to the dev/test environment on your system and therefore was not set for the staging environment that you wanted it to be. Even though you said to run it in staging, Rails saw a Gemlock.file and checked that befor

[Rails] Full Time Position: Ruby (Rails) Developer (Java Expert a plus) - NYC

2011-04-20 Thread Bryan Zaslow
Send Resume to Bryan at JBCStyle dot 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 email to rubyonrail

Re: [Rails] How to enable production enviornment in RoR 2.3.5

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 11:21 AM, amritpal pathak wrote: > I want to enable production enviornment for my appication.The content of > database.yml file is as > > # SQLite version 3.x > > # gem install sqlite3-ruby (not necessary on OS X Leopard) > development: > adapter: mysql > database:

Re: [Rails] Re: How to change the url (from localhostL:3000) to (example.com)

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 11:31 AM, amrit pal pathak < amritpalpath...@gmail.com> wrote: > > > On Apr 20, 8:51 am, Bryan Crossland wrote: > > On Tue, Apr 19, 2011 at 10:57 AM, amrit pal pathak < > > > > > > > > > > > > > > > >

Re: [Rails] Re: Unable to install Rails using Gem

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 2:36 AM, rubynewbie wrote: > > > On Apr 16, 1:48 am, Bryan Crossland wrote: > > On Fri, Apr 15, 2011 at 5:18 AM, Shafeeq > wrote: > > > > > On Apr 14, 4:46 pm, Michael Pavling wrote: > > > > On 14 April 2011 12:30, Shafee

Re: [Rails] I need help for Gem installation required root password on ubuntu

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 1:26 AM, hoboy Hoboy wrote: > I have install netbeans 7 ide, then install ruby plugin but when I try > to install any gem using the netbeans plugins I am asked for root > password of ubuntu, how can I find my root password, because when I use > the login password, that doe

Re: [Rails] Connecting to MSSQL with Ruby on Ubuntu

2011-04-20 Thread Bryan Crossland
On Wed, Apr 20, 2011 at 1:24 AM, DHAMODHARAN N wrote: > Hello friends, > > I tried to connect MSSql with Ruby on Ubuntu follow this > link > its > working nice. But i tried with Sequel.connect method connectio

Re: [Rails] rake db:create fails

2011-04-20 Thread Bryan Crossland
On Tue, Apr 19, 2011 at 10:24 PM, Darlan Machado wrote: > Hello folks, > I´m here trying to find the way to solve my problem. > When i try to run > rake db:create or rake db:create:all > > the process stops and the databases are not created. > > I change the directives, putting --trace before the

Re: [Rails] Check that my sqlite database populated

2011-04-20 Thread Bryan Crossland
On Tue, Apr 19, 2011 at 4:27 PM, Federico wrote: > Hello guys, > I've made a very simple application following the footsteps of > http://guides.rubyonrails.org/getting_started.html. > I managed to insert my objects (i checked the existence of inserted > objects through the rails console with a si

Re: [Rails] Re: Rails 3 Crashing On Windows 7

2011-04-20 Thread Bryan Crossland
s id: 0x15e0 > > Faulting application start time: 0x01cbff46fbcfd114 > > Faulting application path: C:\Ruby192\bin\ruby.exe > > Faulting module path: C:\Ruby192\bin\msvcrt-ruby191.dll > > Report Id: 9c20f6fb-6b4e-11e0-b27b-904ce5fafcb7 > > > > thanks > >

Re: [Rails] Re: how to handle session with external input?

2011-04-20 Thread Bryan Crossland
On Tue, Apr 19, 2011 at 4:19 PM, frankblizzard wrote: > Thanks Bryan, > > sure this wouldn't be a problem. > But isn't a session connected to the browser in some way. > I think I dont understand the whole session, authenticity, forgery > topic in rails yet. > It us

Re: [Rails] Re: How to change the url (from localhostL:3000) to (example.com)

2011-04-20 Thread Bryan Crossland
On Tue, Apr 19, 2011 at 10:57 AM, amrit pal pathak < amritpalpath...@gmail.com> wrote: > > > On Apr 19, 4:09 am, Alexander wrote: > > Open your /etc/hosts file in Linux. Windows is the same hosts file under > > some other directory. > > Any how puts the next line in the file > > 127.0.0.1 example

Re: [Rails] Ruby-protobuff uses which version of GDP

2011-04-20 Thread Bryan Crossland
On Tue, Apr 19, 2011 at 5:20 AM, Renuka Patil wrote: > How to know which GDP version is used by ruby-protobuff? > Does it support latest version of GDP? > According to ruby-protobuf READ.txt everything you need is already included so I don't understand your question. Please be more clear. https:

Re: [Rails] Re: Rails 3 Crashing On Windows 7

2011-04-20 Thread Bryan Crossland
eing logged to Event Viewer when it crashes. Thanks, B. > thanks > > On Apr 18, 7:11 pm, Bryan Crossland wrote: > > On Mon, Apr 18, 2011 at 9:28 AM, cipher_neo wrote: > > > It seems to die while processing dynamic javascript... > > > > > I have a controller f

Re: [Rails] Unable to find out proper document to integrating Salesforce with Rails

2011-04-20 Thread Bryan Crossland
On Tue, Apr 19, 2011 at 12:41 AM, sreehari wrote: > Hi, > I want to use salesforce with my rails3 project. I tried > > http://wiki.developerforce.com/index.php/Getting_Started_with_the_Force.com_Toolkit_for_Ruby > documentation. But i am getting so many errors. It is urgent for me > > Plea

Re: [Rails] Re: Problem with new action 'validate'

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 6:01 PM, Tomas R. wrote: > so you say that should be form_for params[:key]? that wont work neither > > You only fixed part of the issue. Fred pointed out two things. The first was that you specified params[:key] incorrectly. The second, and more important, is that you put

Re: [Rails] handling validation

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 10:47 AM, Matt Harrison < iwasinnamuk...@genestate.com> wrote: > On Mon, Apr 18, 2011 at 07:51:49AM -0500, Bryan Crossland wrote: > > On Sun, Apr 17, 2011 at 5:01 PM, Matt Harrison < > iwasinnamuk...@genestate.com > > > wrote: > > >

Re: [Rails] Gem install error

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 2:42 PM, Pedro wrote: > Hi There, > > Im trying to install vagrant , but I got the error below. Probably it > is an environment issue, Im using MINGW32, WIN XP. > Does anybody know how to solve it? > Thanks! > > Pedro > > $ gem install vagrant > Building native extension

Re: [Rails] Re: Ruby On Rails 3 and Webrick

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 12:46 PM, kdwill wrote: > By noob, I mean me. I'm the noob. Sorry for any confusion. > > Brew for Mac https://github.com/mxcl/homebrew The command not found is referring to apt-get which is not on Mac (hence his pointing you to Brew). B. > On Apr 18, 10:30 am, kdwi

Re: [Rails] Re: Unable to install Rails through proxy

2011-04-18 Thread Bryan Crossland
stackoverflow.com/questions/4418/how-do-i-update-ruby-gems-from-behind-a-proxy-isa-ntlm B. > Thanks, > > S > > On Apr 18, 6:42 pm, Bryan Crossland wrote: > > On Mon, Apr 18, 2011 at 4:58 AM, rubynewbie >wrote: > > > > > > > > > I am new to Rails

Re: [Rails] how can i test a file content with cucumber

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 9:20 AM, Isaac Jarquin wrote: > Hi everyone, im quite new in cucumber worl and I need to test a file > content in cucumber and i cant find a clue of how to do it, could > anyone help me ? > > This should help you. It's amazing what you can find on the internet. http://tin

Re: [Rails] Re: Rails 3 Crashing On Windows 7

2011-04-18 Thread Bryan Crossland
.id %>] = {'id':'<%= p.id %>', 'name':'<%= p.name %>', > 'price':<%= p.price %>}; > <% end %> > > > thanks > > On Apr 18, 1:49 pm, Bryan Crossland wrote: > > On Sun, Apr 17, 2011 at 4:14 PM, c

Re: [Rails] DateTime + x.days, x.minutes and the like?

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 10:38 AM, David Kahn wrote: > > > On Sat, Apr 16, 2011 at 4:37 AM, David Kahn > wrote: > >> >> >> On Sat, Apr 16, 2011 at 1:01 AM, Bryan Crossland >> wrote: >> >>> On Fri, Apr 15, 2011 at 1:56 PM, David Kahn >>

Re: [Rails] Rails3 integration with SourceForce

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 6:01 AM, balakrishna.ka...@gmail.com < balakrishna.ka...@gmail.com> wrote: > Hi, > I looking forward to integrate Rail3 application with > SourceForce. Any help in this regard is appreciated. > > Thanks, > Balakrishna > > What is SourceForce? Did you mean SourceForge?

Re: [Rails] rails runner giving problem

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 7:44 AM, Mike Disuza wrote: > Hi, > I have a rails 2.3.8 application, which has some ruby script in scripts > folder which has ran through the cron. > > I just upgraded my application to rails 3. My problem is I am not able > found a solution to run these scripts. > > In R

Re: [Rails] paypal with Active merchant

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 6:23 AM, News Aanad wrote: > Hi, I am integrating paypal service in my application using Activemerchant. > > Now I want to know how to use ActiveMerchant to make payment to Bank or > Credit card ? > > for example: > I am seller and I want to pay some amount to somebody. I

Re: [Rails] Re: Rails 3 Migration expecting test gems to be installed??

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 5:43 AM, johnnybutler7 wrote: > Yes i did bundle install --without test and that worked fine, when i > try the db migrate for staging > i get the error, i could install all the gems as you say rspec is > needed for other stuff possibly but > the actual error for the autotes

Re: [Rails] Unable to install Rails through proxy

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 4:58 AM, rubynewbie wrote: > I am new to Rails and have been facing difficulty while installing > rails. I have already installed Ruby and RubyGems on my machine by > downloading the packages. But when I install Rails through RubyGems > through a HTTP Proxy , I am thrown an

Re: [Rails] how to handle session with external input?

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 4:48 AM, frankblizzard wrote: > Hi, > > I hope I chose the right title for the question. I am doing a time > tracking app for our intranet. Because the people tend to forget to > save their hours, we made a small desktop app with adobe air that pops > up where you can enter

Re: [Rails] Re: Problem with resque; parent process doesn't die

2011-04-18 Thread Bryan Crossland
On Mon, Apr 18, 2011 at 12:37 AM, Nilesh wrote: > What if I explicitly exit process(using Process.exit(0)) in FooJob#perform > after line Bar.add_jobs? No as that will kill your child processes as they start. You should take a look at Parents and Children as well as the Signals section of the R

Re: [Rails] Rails 3 render erb text

2011-04-18 Thread Bryan Crossland
On Sun, Apr 17, 2011 at 6:17 PM, Andrew Miehs wrote: > Hi all, > > I have a file called configure.text.erb in views// directory. > > Why does >render 'configure.text.erb' > actually work? > > How does render know that this is plain text? Does it assume this due to > the text.erb ending? >

Re: [Rails] handling validation

2011-04-18 Thread Bryan Crossland
On Sun, Apr 17, 2011 at 5:01 PM, Matt Harrison wrote: > > I can post full code examples if necessary. > > That would be extremely helpful. B. -- 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 rubyonra

Re: [Rails] Re: Rails 3 Crashing On Windows 7

2011-04-18 Thread Bryan Crossland
On Sun, Apr 17, 2011 at 4:14 PM, cipher_neo wrote: > sorry, they are all the gems on my system. > > I only use the following: (from Gemfile) > > gem 'annotate-models', :require => 'annotate_models' > gem 'ruby-debug19' > gem 'populator' > gem 'faker' > gem "mongrel", '1.2.0.pre2' > > > What

Re: [Rails] file_column undefined method relative_url_root

2011-04-18 Thread Bryan Crossland
On Sun, Apr 17, 2011 at 12:32 PM, Tara Schultz wrote: > I just installed and started using the file_column plugin and am > getting the following error: > > No Method Error > undefined method 'relative_url_root' for nil:NilClass > > Extracted source (around line #5) > 5: <%= image_tag url_for_file_

Re: [Rails] Assigning admin invalidates the user

2011-04-18 Thread Bryan Crossland
On Sun, Apr 17, 2011 at 12:14 PM, non useless wrote: > I am experiencing an issue as I am following the tutorial and > currently at the end of chapter 10. When I use toggle in the rails > console to flip the admin property of a user from false to true (I'm > trying to create an Admin user), I am

  1   2   3   4   >