Hi,
Are you using window os?
Regards,
Vishal
On Sat, Jul 14, 2012 at 11:43 AM, Sonu Joshi wrote:
> vishal singh wrote in post #1068659:
> > gem install eventmachine -v 0.12.10
>
> Soory Vishal but even thyese is not working.I would like to give you
> some more information about the err
vishal singh wrote in post #1068659:
> gem install eventmachine -v 0.12.10
Soory Vishal but even thyese is not working.I would like to give you
some more information about the error I am getting
C:\Ajax>gem install eventmachine -v 0.12.10
Temporarily enhancing PATH to include DevKit...
Building n
gem install eventmachine -v 0.12.10
On Sat, Jul 14, 2012 at 11:17 AM, Sonu Joshi wrote:
> while installing thin server on my project running on ruby 1.9.2 and
> rails 3.2.6
> C:\Ajax>bundle install
> Fetching source index for https://rubygems.org/
> Using rake (0.9.2.2)
> Using i18n (0.6.0)
> Us
while installing thin server on my project running on ruby 1.9.2 and
rails 3.2.6
C:\Ajax>bundle install
Fetching source index for https://rubygems.org/
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.6)
Using activesupport (3.2.1)
Using builder (3.0.0)
Using activemodel (3.2.1)
Using
So, long story short, I had o format and reinstall my OS hence all my
dev utilities.
git env sorted.
DevKit was fine.
Sphinx/mysql fine.
Bundle installed perfectly.
Everything is gravy until I go to rake db:create and build my database.
Environment:
OS: Win7 64-bit
Ruby192
gem -v 1.8.24
rails 3.1
On Thursday, 12 July 2012 13:03:11 UTC-4, Ruby-Forum.com User wrote:
>
> This particular project is for that of a grander purpose.
>
> Cure AIDS Now (CAN) Foundation is undergoing clinical trails with
> Google.org to release a non-toxic anti viral patch to cost-effectively
> suppress HIV. The
Yeah that's pretty much the key point - that return type of invoking
the / method of integer and passing it a decimal is a decimal type
cast.
On Jul 12, 12:45 pm, Dave Aronson
wrote:
> On Thu, Jul 12, 2012 at 1:13 AM, John Merlino wrote:
> > (@objects.size / 3.0).ceil
>
> > So if size returns 2,
On 13 July 2012 16:27, Jean-Sébastien D. wrote:
>> Please answer the question - how many customers does an
>> activitiesmanager belong to?
>
> An activity manager can have multiple customer and repeat many time the
> same customer. but an activity manager can only have one to one activity
>
> So i
Rails has debugging tools built in, as a beginner I suggest starting with
the inbuilt helpers, check out
http://guides.rubyonrails.org/debugging_rails_applications.html
http://railscasts.com/episodes/54-debugging-with-ruby-debug
Checkout the rails guides and rails cast links above.
On Tuesday,
> Please answer the question - how many customers does an
> activitiesmanager belong to?
An activity manager can have multiple customer and repeat many time the
same customer. but an activity manager can only have one to one activity
So it should be has follow
class ActivitiesManager < ActiveRec
On 13 July 2012 16:13, Jean-Sébastien D. wrote:
> Thanks it make more sense!!!
>
> So my structure should be as follow:
> class ActivitiesManager < ActiveRecord::Base
> belongs_to :customers
> belongs_to :activities
Please answer the question - how many customers does an
activitiesmanager bel
Thanks it make more sense!!!
So my structure should be as follow:
class ActivitiesManager < ActiveRecord::Base
belongs_to :customers
belongs_to :activities
class Activity < ActiveRecord::Base
has_one :activities_manager
class Customer < ActiveRecord::Base
has_many :activities_managers
ha
On 13 July 2012 15:49, Jean-Sébastien D. wrote:
> Colin Law wrote in post #1068584:
>> On 13 July 2012 15:35, Jean-Sbastien D. wrote:
used the plural suggests it belongs to several, but that does not seem
>>> example, the customer and activities_managers is my actual names. Here
>>> the real
Colin Law wrote in post #1068584:
> On 13 July 2012 15:35, Jean-Sbastien D. wrote:
>>> used the plural suggests it belongs to several, but that does not seem
>> example, the customer and activities_managers is my actual names. Here
>> the real test lookup
>>
>> class ActivitiesManager < ActiveReco
On 13 July 2012 15:35, Jean-Sébastien D. wrote:
> Colin Law wrote in post #1068577:
>> On 13 July 2012 14:58, Jean-Sbastien D. wrote:
>>> class MusicInterest < ActiveRecord::Base
>>> has_many :music_interest_managers
>>> has_many :clients, through => :music_interest_managers
>>> end
>>> class
Colin Law wrote in post #1068577:
> On 13 July 2012 14:58, Jean-Sbastien D. wrote:
>> class MusicInterest < ActiveRecord::Base
>> has_many :music_interest_managers
>> has_many :clients, through => :music_interest_managers
>> end
>> class MusicInterestManager < ActiveRecord::Base
>> belongs_t
On Thursday, 12 July 2012 23:28:48 UTC-4, Ruby-Forum.com User wrote:
>
> I got 401 unauthorized when I visit a action with post json datas.
> But I change post method to get,
> It works fine.
>
>
You'll need to post more details to get specific help; my guess would be
that you're either tryin
On Jul 13, 2012, at 9:58 AM, Jean-Sébastien D. wrote:
> Here a final questions, not sure if you may know. I installed
> activeadmin has a gem and it allow me to manage any customer, interest
> and a manager to control when this one is expired or so
Just a side-note here. I really STRONGLY rec
On 13 July 2012 14:58, Jean-Sébastien D. wrote:
> Here a final questions, not sure if you may know. I installed
> activeadmin has a gem and it allow me to manage any customer, interest
> and a manager to control when this one is expired or so
>
> It has the following associations
>
> class Client
Here a final questions, not sure if you may know. I installed
activeadmin has a gem and it allow me to manage any customer, interest
and a manager to control when this one is expired or so
It has the following associations
class Client < ActiveRecord::Base
has_many :music_interest_managers
Other then European countries Spain is a country with varied sense and
opportunities. You may come to a decision to go to Spain for travelling
or for business meetings. Although in the evening you may feel bored for
the want of a companion. Well, don’t be anxious. Spain also called as a
vacationer
Colin Law wrote in post #1068538:
> On 13 July 2012 02:23, Jean-Sbastien D. wrote:
order_id in customer and order table because its already assume to have
>>>
>> lots with your comments
>>
>> But I just want to make sure I get the association concept understood
>> well. I place a questio
On 13 July 2012 08:20, aldm alert wrote:
> Hi,
>
> I was wondering how to access all option values in drop down list in
> rails params array.
> In params array only selected value is stored, so is there any way to
> access all options and selected value?
>
> One possibility is to create hidden fie
Hi,
I was wondering how to access all option values in drop down list in
rails params array.
In params array only selected value is stored, so is there any way to
access all options and selected value?
One possibility is to create hidden field and fill it in javascript
onsubmit event with all opt
RVM was installed with sudo by my administrator and then it was problem
because ordinary user
doesnt have permision to pull gems. So chief of administrators
reinstalled RVM and everything works fine.
Thanks for answers
--
Posted via http://www.ruby-forum.com/.
--
You received this message be
25 matches
Mail list logo