Displaying 20 results from an estimated 192 matches for "40mail".
2013 Aug 30
3
frozen? is defined by ActiveRecord
.../JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAPs6WSe4y1iYPihgdRSSFu4rYcsJdXEePKLFd8EaJ%3D3zTYqk_A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 Sep 04
7
Shift from mongrel to webrick
Hi Everyone
I have installed mongrel gem and in my dev I can able to run my app on
mongrel but If I want to shift to webrick how can I shift easily with out
uninstalling the mongrel gem
Thanks in advance
--
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
2013 Aug 29
3
ruby connect oracle problem
.../JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAPs6WSebTp9RM0CBvoQEYheXA3HkUp3%2B04Piom0FQTtDDARDKw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
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 Nov 16
4
frustrating dependency problem
...s "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAFwM5HwO-WVv-T_Y9JTAeW6wsUmJxWo4yV_G1X6XQ__szfq8pA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 Oct 07
3
Get current url
.../JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CADKeJySvxfocH15Z_WON1aqW_11%2BohiAzXSpBVe1FcgsGmt1eA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2008 Jan 25
2
Apache, proxypass and REMOTE_USER
...pass the REMOTE_USER variable set by mod_auth_* is not passed to
mongrel. I found another admin that has the same problem[1], but no solution.
Did someone here solve this problem?
[1]http://mail-archives.apache.org/mod_mbox/httpd-users/200610.mbox/<323a37200610021509k6142cb08q6e6b0642e3261c6d%40mail.gmail.com>
2013 Oct 29
1
Time.at
.../JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CADKeJyT9VrLCa9DDJaLjCu9nXxbo9KuMtxjfL0Z%2BxDCoKPFV9g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 Oct 17
1
Fwd: Read a Number column with leading zeros using Roo gem
.../JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CABX9RmyJJHUGvuQSHzJDbumQfS%2BkBfrvuaQyGmqpp30aw0fyvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 Nov 15
3
Upgrade from Puppet 2.7.20 to latest !!!
..."Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAEJrXMU1k3DtuPwAs4Ln1qkbNG4UWVjtj%3DbSUaxxiy65RtNVsw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 Oct 24
6
undefined method `paginate' for #<Class:0x567eb98> in Rails Tutorial
Hi,
I''m getting a undefined method `paginate'' for #<Class:0x567eb98> even
though I have gem ''will_paginate'' installed.
Inside the users_controller I have @users = User.paginate(page: params[:page
])
so I believe I set everything up to be correct.
Can you figure out why the method''s undefined, despite installing the gem?
--
You received this
2013 Oct 21
6
I think I've found a mistake in Rails tutorial
At the point of this section
*http://ruby.railstutorial.org/chapters/sign-up#sec-signup_failure*<http://ruby.railstutorial.org/chapters/sign-up#sec-signup_failure>
clicking the "Create my account" button on the signup form shows the
following image at
<http://ruby.railstutorial.org/images/figures/signup_failure_rails_4.png>
According to the tutorial, I must modify
2013 Oct 31
6
need help !!!
...uot;Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAEJrXMWNnmEa7t%3DPsgzt2Au4hJaD34i1mmA84F0jU3_c%3D0xq0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 Jul 04
4
localhost:3000
My third post here. I''m learning Rails.
getting Oops! Google Chrome could not connect to localhost:3000
I reinstalled Ruby and Rails. I create the Rails new ???? then run Rails
S or Rails server. still cant get the localhost:3000 to start.
I''m running Windows 8.1
Ruby version 2.0.0p0
Rails 4.0.0
--
You received this message because you are subscribed to the Google
2013 Jul 19
12
Rails 4 "belongs_to: record" association doesn't work
Hi,
I discovered a weird behavior when using a "belongs_to: record" association
in Rails 4.
Given two models A and B:
class A < ActiveRecord::Base
belongs_to :record, class_name: ''B'', foreign_key: ''b_id''
end
class B < ActiveRecord::Base
end
When creating A, it inserts a record in B and returns A with id of nil:
irb(main):001:0>
2013 May 31
11
A simple javascript alert not working
If I have a file in view /test called index.js.erb and in it a simple
alert("hello") shouldn''t that run when I go to /test/index? It doesn''t.
--
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 from it,
2013 Jun 29
2
how to remove nokogiri warning message
...e-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAO1cLnxiGdtrj_si365wzQCDA66ev90OPwFLXeRP_wu19vx8Uw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 Sep 06
2
Is there anyone using gem milia (multitenancy)?
.../JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CALQXn36rGYVXBNuovvEFduG9ATKRe2Zbr2XXUu%2BfRu4-b3weNQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
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
2019 Mar 21
2
LLVM 8.0.0 Release
...DEBUG build with assertions.
Default target: x86_64-unknown-linux-gnu
Hans Wennborg via llvm-dev llvm-dev at lists.llvm.org <mailto:llvm-dev%40lists.llvm.org?Subject=Re%3A%20%5Bllvm-dev%5D%20LLVM%208.0.0%20Release&In-Reply-To=%3CCAB8jPhe6LyFVNOR%3DHuAN2L4eDumv%3D15f895Oz9u4NmkcgTLWHA%40mail.gmail.com%3E>
Wed Mar 20 05:14:45 PDT 2019
I'm pleased to announce that LLVM 8 is now available.
Get it here: https://llvm.org/releases/download.html#8.0.0
This release contains the work on trunk up to Subversion revision
r351319, plus work on the release branch. It's the result of th...