Displaying 20 results from an estimated 8000 matches similar to: "(unknown)"
2013 Jul 24
12
Want to send password via SMS
Hi I am saving password with hashed_password and salt in table. Now I need
to send those passwords via SMS can it be possible.Kindly give me some
suggestion plz .
Thanks in advance
Cheers
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2013 Jun 07
4
how to add gdal with rails application , now working with gdal 1.8 in ubuntu 10.10
I need to downgrade the gdal version , i am working in remote system so
have only command prompt so if anybudy know how to either downgrade gdal
version from 1.8 to 1.7 or any other way to use gdal in rails app which
have version 2.3.5 and ruby 1.8.7 and ubuntu 10.10
Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2013 Jul 09
5
whenever gem
Hello All,
I want to schedule a mail every day.
I used whenever gem.
I added gem ''whenever'' in my gemfile. Then in the terminal I did -
"whenever ." which created a schedule.rb.
In schedule.rd I added this piece of code:-
set :environment, "development"
every 2.minutes do
runner "UserMailer.some_method"
end
Does it get invoked
2013 Aug 27
11
Why NaN.class throws NameError ?
Here is my sample code:
class Foo
Bar = 10
end
Foo::Bar # => 10
Foo::Bar.class # => Fixnum
10.class # => Fixnum
Float::NAN # => NaN
Float::NAN.class # => Float
NaN.class
# uninitialized constant NaN (NameError)
--
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
2013 Aug 29
10
Concatenate two arrays
Hello again ruby community!
I just learned how to add two arrays(I know, i know).
My program looked like this
array1=[1,2,3]
array2=[4,5,6]
array_sum=array1+array2
I thought pretty simple stuff, they are combined. However, now i am
looking to define that code as a method and I do not understand how to
create the correct number of arguments, so when the method is called
back it gives me my
2013 Nov 26
9
puppet won't change user's password
Hi!
I''m trying to set password for a user.
I do the following:
user { "username":
password => ''*'',
}
And when I run puppet agent nothing happens. The password remains the same. But if I create a new user which doesn''t exist yet, the password is set without any problems.
Is this a normal behaviour of ''user'' type?
--
2013 Nov 20
4
puppet testing
Hi There,
I am kind of lost, understood something wrong. I have written a module.
Now how can I test this module? Do I need to copy it to agent or server? Is
it possible to test it as a standalone module where I have a machine with
puppet agent or server installed? It is a simple module I dont want
complicate things with cucumber or some rspec etc.
How can I test it with puppet apply
2013 Nov 09
6
Learning Ruby - Don't give up
An article for those starting learning Ruby
Learning Ruby - Don''t give up<http://arubystory.blogspot.com/2013/11/dont-give-up-on-ruby.html>
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2013 Oct 20
3
Looking for RoR friends
This is quiet off topic but I am looking for friends from this group. Reply
me :)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to
2013 Aug 28
4
Deploying Rails 4 to VPS
Hello!
I now have a VPS and I''ve been playing with it a bit. It is running Debian
7.0. I''m wondering how to set up my environment to deploy a Rails 4 app.
I''d like to use Nginx with Passenger, Capistrano and RVM. Any good starting
points?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2013 Jul 20
2
How to use twitter bootstrap
Hi,
I have a Ruby 1.9.3p194 and Rails 4.0.0, Can i used twitter-bootstrap for
designing with these version, Or it is compatible with these version,
also tell me how to make rails application using twitter bootstrap.
Thanks..!
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop
2013 Nov 28
1
Cocaine::CommandNotFoundError while using ffmpeg
Hi,
I am using paperclip-ffmpeg gem to create thumbnail for video rails
3.2.12
while uploading following error occurs
[paperclip] [ffmpeg] ffprobe "/tmp/Wildlife_512kb20131128-2794-191vy86.mp4"
2>&1
Completed 500 Internal Server Error in 918ms
Cocaine::CommandNotFoundError (Cocaine::CommandNotFoundError):
please provide me solution
--
You received this message
2013 Oct 21
8
git push not working
<https://lh4.googleusercontent.com/-IA0TutFw54A/UmVnJwi7CHI/AAAAAAAAAzg/fEZFf_kHsug/s1600/git.gif>
Hi again,
I''m working on http://ruby.railstutorial.org
section
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-git_push
I''m trying to push the repository to the remote site but what ever I fials.
I''ve updated, removed the s of the https etc but still
2013 Jun 05
1
Link_to image_tag popup
Hello All,
How can I add a popup in link_to image_tag?
I am trying as :-
<%= link_to image_tag(@user.avatar.url(:small)), ''/users/edit'',
:popup=>[''original_image'', ''height=700,width=900''] %>
It goes to the edit page. But it doesn''t opens popup.
Is this the correct way to call a popup?
How can I achieve this?
Thanks,
2013 Nov 20
2
Want to restrict puppet module execute every 30mins
Hi,
I have created a puppet module that performs below steps:
1. stop application service
2. take backup of existing application
3. download application artifact
4. install the application
5. some configuration stuff
6. start the application service
Since the agent will poll the master every 30mins all these steps are
executed every 30mins which I do not want.
I want to enforce the puppet
2012 Sep 17
5
Biometrics fingerprint scanner in RoR? Is it possible? and how?
I''m a graduating student of IT right now and in a couple of months, we''ll
be starting on a new project in the University. My group and I decided to
create a voting system which requires Fingerprint scanner to identify the
voters and make the voting process more secured. I still don''t know how
biometrics fingerprint scanner works exactly and I''ve just started
2013 Jul 09
2
can i use single devise for multiple models.
Hi,
i need to use authentication for the 4 models,is it possible to use
single devise for all models,if yes plz let me know them clearly.
if not what is the solution.
Thankyou
--
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 unsubscribe from this group and stop receiving emails
2013 Jul 17
1
Install Rails 4 correctly on OS X Mountain Lion
After reading several books and tutorials on Rails, I found it difficult
to get a step by step guide to set up Rails on OS X. Most of what I read
is just speeding through the steps and many of them don''t work as
expected for various reasons (no compiler installed, outdated version of
curl, etc). So I wrote a detailed step by step on my blog here:
http://blog.nicoschuele.com/?p=171
I
2013 Aug 27
2
trying to create asset management app having trouble with edit page
i trying to create an asset management app. i am working through the
ruby on rails 4.0 guide by Michael Hartl but in his guide it shows edit
page for authenticated users i do not needthis function as the app will
be deployed to an intranet. i have tried to adapt the edit portion in
the above mentioned guide but it is not working. i am a newbie to this
so any help with websites to look at or other
2013 Aug 29
2
Need a bit help on "module_function" method
The documentation is very straight forward and the mentioned example
also cleared all the lines except the one mentioned inside **.
http://ruby-doc.org/core-2.0.0/Module.html#method-i-module_function
Creates module functions for the named methods. These functions may be
called with the module as a receiver, and also become available as
instance methods to classes that mix in the module. Module