[Rails] Re: Hello, someone used to an online spree ....

2013-11-21 Thread Weston Platter
@orlando - follow the README instructions on spree's project page. https://github.com/spree/spree. You should be able to get a working spree site in production in less than a day. On Wednesday, November 20, 2013 6:09:46 AM UTC-7, Orlando Hernandez wrote: > > Hi hope you all have a good day I go

[Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-26 Thread Weston Platter
How did you configure ruby-oci8 in your rails project? On Tuesday, December 25, 2012 6:28:42 AM UTC-6, rails_fan wrote: > > im new one to rails practising rails with sqlite but now it a situation > for me to use oracle with rails i have tried to configure oracle with rails > but is show me the f

[Rails] Re: IDE

2012-12-20 Thread Weston Platter
FYI - RubyMine 75% sale today only. http://www.jetbrains.com/specials/index.jsp On Wednesday, October 3, 2012 12:33:30 PM UTC-5, Avi wrote: > > Hello, > > What is the best IDE for ROR with JRuby, > Currently I am using Aptana Studio. I am trying to use Rubymine. > Which IDE would give better suppo

[Rails] Re: Why does 'extend ActiveSupport::Concern' cause `undefined method 'recycle!'`?

2012-12-08 Thread Weston Platter
2, 2012 7:06:31 PM UTC-6, Frederick Cheung wrote: > > > > On Dec 2, 9:00 pm, Frederick Cheung > wrote: > > On Dec 2, 7:22 pm, Weston Platter wrote: > > > > > What you said makes sense. > > > > > I incorrectly said I commented out > &g

[Rails] Re: Why does 'extend ActiveSupport::Concern' cause `undefined method 'recycle!'`?

2012-12-02 Thread Weston Platter
/8836c2a3b92e676ead4653d11696eb182b63746e/spec/controllers/admin/elements_controller_spec.rb On Saturday, December 1, 2012 7:11:02 PM UTC-6, Frederick Cheung wrote: > > > > On Dec 1, 7:19 pm, Weston Platter wrote: > > > > > But, this breaks my rpsec controller tests because of

[Rails] Why does 'extend ActiveSupport::Concern' cause `undefined method 'recycle!'`?

2012-12-01 Thread Weston Platter
Working on Rails Engine. I want to make the controllers customizable whereever the Rails Engine is used. Therefore, I was trying to use `extend ActiveSupport::Concern` on the Engine controller class and include it in MyRailsApp. https://gist.github.com/4185823 # code in my rails engine modue

[Rails] Re: spree commerce file working flow

2012-12-01 Thread Weston Platter
The source files are coming from the spree gem, which is a Rails Engine (in short, a Rails Engine has all the architecture and code to function as an full Rails app, but treats your Rails app as the main app and itself as a secondary/auxilliary app). You can look at specific spree files whereeve

Re: [Rails] New in town

2012-10-06 Thread Weston Platter
You up for remote pair programming? I am working on an open source Rails project (RideShare) and leave an hour or so open for pairing. No pressure. Just an option. On Friday, October 5, 2012 3:58:31 PM UTC-5, gsw wrote: > > A lot of people tweet

[Rails] How does the HTTP params Hash work?

2012-08-28 Thread Weston Platter
I am working on a Rails engine. When I go from a Main Application route to an Engine route, I think I lose a HTTP param, which I need for a db query. *My questions are,* * * *1) When and how is the HTTP params Hash modified?* * * *2) Is it possible that switching between a application route and

Re: [Rails] Re: Junior Rails developer looking for remote work.

2012-08-13 Thread Weston Platter
he job opening, really. That's how your question was phrased to my > knowledge. As to this particular job, I've no idea. > > 2012/8/13 Weston Platter > > >> What's the general level of Backbone JS does a typical Jr RoR >> subcontractor need? >> >

[Rails] Re: Junior Rails developer looking for remote work.

2012-08-13 Thread Weston Platter
What's the general level of Backbone JS does a typical Jr RoR subcontractor need? On Friday, August 10, 2012 6:26:37 AM UTC-5, Howser99 wrote: > > Hi Agis, > > Do you have much experience with Coffeescript / Backbone JS? > > On Friday, August 10, 2012 9:12:53 PM UTC+10, Agis A. wrote: >> >> I'm d

[Rails] Re: Re: Help installing redmine

2012-08-04 Thread Weston Platter
So I tried this, and got a Gemfile.lock specific to my Redmine src code instance, git clone git://github.com/redmine/redmine.git cd redmine bundle install --path vendor --without=production bundle package This automatically generated the following Gemfile.lock. Then I can trace gems and their

Re: [Rails] Re: Help installing redmine

2012-08-02 Thread Weston Platter
Each of those are for a specific gem (IE, mail-2.4.4, passenger-3.0.14, etc). Is there a Gemfile.lock file that complements the Gemfile you pasted in and is in the Redmine application folder? Weston ** On Thu, Aug 2, 2012 at 11:03 AM, Michael R. wrote: > Weston, Below is the Gemfile. Which

[Rails] Re: How do I create a form for "has_and_belongs_to_many" association?

2012-08-02 Thread Weston Platter
It sounds like the question has been sufficiently answered. But if you are looking for more content on the subject, check out the Rails Guides on Associations. http://guides.rubyonrails.org/association_basics.html#the-types-of-associations On Tuesday, July 31, 2012 2:05:07 PM UTC-5, Ruby-Forum.

[Rails] Re: Help installing redmine

2012-08-02 Thread Weston Platter
Please paste in the Gemfile and Gemfile.lock. On Tuesday, July 31, 2012 9:08:24 PM UTC-5, Ruby-Forum.com User wrote: > > I am trying to install redmine on my Centos 5.8 box per > > http://www.redmine.org/projects/redmine/wiki/HowTo_install_Redmine_on_CentOS_5. > > > Redmine is based on the Ruby

[Rails] Re: testing references

2012-07-24 Thread Weston Platter
This helped me understand syntax and strategy. http://www.codeschool.com/courses/testing-with-rspec On Monday, July 23, 2012 11:38:58 AM UTC-4, John Merlino wrote: > > I am struggling somewhat with testing. And I would like to know a > comprehensive reference on rails unit test. I find the railsc

Re: [Rails] The most efficient way to create gem/engine/plugin

2012-07-11 Thread Weston Platter
The enginex strategy (https://github.com/josevalim/enginex) is only good for Rails 3.0. As the README.md says, engines for Rails 3.1+ should be written using this strategy, http://guides.rubyonrails.org/plugins.html *Weston Platter* Rails Freelancer Dev www.github.com/westonplatter wes