I integrated the my rails 2.x app with twitter. Im getting 401 issue
after integrated the app with twitter. Can anyone say me what i missed?.
--
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 u
Rosy Catz wrote in post #1123835:
> Hi,
>
>Im using rails 2.3.11 with ruby 1.8.7. My oauth version is 0.4. Im
> getting Error '301 "Moved Permanently"' while calling get_request_token
> method.
Solved this issue. I changed http://twiiter.com into
http:
Hi,
Im using rails 2.3.11 with ruby 1.8.7. My oauth version is 0.4. Im
getting Error '301 "Moved Permanently"' while calling get_request_token
method.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Tal
ert Walker wrote in post #1123794:
> Rosy Catz wrote in post #1123747:
>> Hi,
>>
>> I've implemented the sample app with omni_auth('0.2.6'). I'm using
>> rails 2.3.11 with ruby 1.8.7. I tried to connect with Facebook but
>> getting oauth error. I te
Hi,
I've implemented the sample app with omni_auth('0.2.6'). I'm using
rails 2.3.11 with ruby 1.8.7. I tried to connect with Facebook but
getting oauth error. I tested it with twitter & google plus account.
Both are working fine but the FB connects is not working yet. Can you
please help me out?
Frederick Cheung wrote in post #1122155:
> On Monday, September 23, 2013 1:12:00 PM UTC+1, Ruby-Forum.com User
> wrote:
>> It depends how you are running your app, but passenger for example has a
> separate spawner process responsible for starting new application
> instances.
>
> Fred
>
> PS: your
Hi,
I'm using ruby 1.8.7 with rails app(2.3.11) and deployed the app with
apache server. My app performance is too slow so i configured the app
with new relic and could see the ruby has 2 instances. One is for
ruby(nobody) =201 MB and one more for ruby(root)= 73.9 MB. I killed the
processes but
Hi,
I'm using ruby 1.8.7 with rails app(2.3.11) and deployed the app with
apache server. My app performance is too slow so i configured the app
with new relic and could see the ruby has 2 instances. One is for
ruby(nobody) =201 MB and one more for ruby(root)= 73.9 MB. I killed the
processes but
Every answer for the question should have their own score. Map the total
score to the specific board. That's it.
It's something like dummy tests in the newspapers. 70-100 ~> Board 1 40-70
~> Board 2 0-40 ~> Board 3
>
>
--
You received this message because you are subscribed to the Google Groups
probably it might be interesting for you
http://techiferous.com/2010/07/roadmap-for-learning-rails/
Roman
>
--
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 unsu
%p
= link_to 'x'
|
= link_to 'y'
it will be on the same line
--
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
rub
Just try paperclip, very simple solution for it.
--
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+unsub
Paperclip.options[:image_magick_path] = "/opt/local/bin"
Paperclip.options[:command_path] = "/opt/local/bin"
add something like these two commands to paperclip.rb in initializers folder
just point to right identify command path
On 6/8/10, Philip Hallstrom wrote:
> Is JPG support compiled into
n't appear locally.
That is :contact added like a method. I guess it is difference in prod
and dev modes?
On 6/8/10, catz wrote:
> Definitely not. The project is the same. I'm just git push it. o.k
> i'll dig into prod vs dev mode and try to see the difference. Anyway
> than
Definitely not. The project is the same. I'm just git push it. o.k
i'll dig into prod vs dev mode and try to see the difference. Anyway
thanks a lot for your attention.
On 6/8/10, Frederick Cheung wrote:
>
>
> On Jun 8, 1:37 pm, Roman Catz wrote:
>
>>
>> Ther
Here is some additional notes:
If anybody know please explain:
class Contact < ActiveRecord::Base
belongs_to :user
belongs_to :contact_type, :class_name => "ContactType", :foreign_key
=> "contact_type_id"
has_many :request_contacts, :dependent => :destroy
has_many :requests, :through => :
!map:ActiveSupport::OrderedHash
number:
- !ruby/object:ActiveRecord::Error
attribute: :number
base: *id002
message: can't be blank
options: {}
type: :blank
new_record: true
user:
On Jun 8,
Thanks Frederick, but I still do not understand what's going on here.
I changed this line to belongs_to :contact_type ..
The result is the same.
Controller was generated as standart scaffold.
def create
@contact = Contact.new(params[:contact].merge(:user =>
current_user))
respond_to do |forma
Hi All,
I have some strange problem which appears only on heroku hosting 2.3.5
default stack (not on my local computer)
I have some models. Here they are:
class Contact < ActiveRecord::Base
belongs_to :user
belongs_to :type, :class_name => "ContactType", :foreign_key =>
"type_id"
validates
19 matches
Mail list logo