Displaying 20 results from an estimated 300 matches similar to: "Plugin help Tabbed view in Rails 3"
2012 Dec 06
6
How to allow the user to user their own domain name
HI All,
I am currently having feature where my users to have a subdomain for their
account like xxx.myaddress.com,yyy.myaddress.com these will point to the
corresponding users .
How can I implement the feature where user can enter their own domain name
instead of sub domain?
regards,
Loganathan
Mob: +91 7760780741 | +91 9944414388
Skype: loganathan.sellappa
ViewMe
2012 Jul 04
4
Routing error for stylesheets in rails 3.0
Hi,
I added a css file in public/stylesheets folder (I use Rails 3.0 so no
asset pipeline) and included it in my views by
"<%= stylesheet_link_tag ''ss'', :media => :all %>"
But I get a routing error on loading my page in my logs.
"ActionController::RoutingError (No route matches "/stylesheets/ss.css"
Please tell me what are the required
2013 Jan 08
6
Fwd: HOW TO USE SSL IN SAVON
HI All,
I want to consume the SOAP apis using SSL in the SAVON gem, but I am facing
the below error while trying to access the soap services.
client = Savon.client(wsdl: "https://xxx?WSDL")
client.operations
HTTPI GET request to xxxxx (curb)
HTTPI::SSLError: Curl::Err::SSLPeerCertificateError
In the Savon site <http://savonrb.com/version2.html#globals-ssl> I found
that options
2012 Sep 25
1
Devise Gem
Hi all
i am learning how to implement devise gem but i just want to know do
i need to write the login code first and then runt this command " rails
generate devise:install " or run the command first and then go for login
code. can any one tell me what to do.
Cheers
Kp
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2012 Jun 14
3
What is the difference between Soap API and REST API?
Regards,
Seeni Rafiyullah Khan A,
*
*
--
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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more
2012 May 21
4
Rails developer required.
If you are experienced rails developer please let me know.
--
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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2003 Sep 11
2
FAST_IPSEC doesn't seem to honor net.key.prefered_oldsa=0
When using the FAST_IPSEC option in the kernel build, the sysctl
variable net.key.prefered_oldsa seems to make no difference. The
kernel always chooses an old SA. This problem can be easily
reproduced. Just wait till the soft limit of the SA is expired and do
a setkey -F on the remote and then ping through the tunnel. Because
the old SA's are preferred and the remote no longer has the old
2012 Jan 17
5
Is their any plugin/gem available to improve performance
Hi All,
I am having an ror application with ruby1.8.7 and rails2.3.5, the
performance of my application is not good enough. Is their any plugin or
gem available to improve the performance. Also I have already optimized
some of my code and db queries by optimizing the mysql query and by adding
indexes, but those are not gave drastic change in the performance.
regards,
Loganathan
--
You received
2004 Aug 16
2
using nls to fit a four parameter logistic model
Shalini Raghavan
3M Pharmaceuticals Research
Building 270-03-A-10, 3M Center
St. Paul, MN 55144
E-mail: sraghavan at mmm.com
Tel: 651-736-2575
Fax: 651-733-5096
----- Forwarded by Shalini Raghavan/US-Corporate/3M/US on 08/16/2004 11:25
AM -----
Shalini
2009 Dec 22
16
Will paginate is missing on rake db:migrate
I have a very annoying problem, when doing rake db:migrate, I get the
error message:
Missing these required gems:
will_paginate ~> 2.3.11
But the gem is not missing, It runs very well in my app. To make the
rake pass I have to comment out the gem in my environment.rb file.
environment.rb:
config.gem "will_paginate", :version => "~> 2.3.11", :source =>
2003 Feb 21
1
Help needed regarding acf
Hi,
When I plot the auto co-relation function (acf), 2 blue lines appear near the base. Can anyone tell me what they mean?
Also can anyone tell me how to print the graphs that are generated. There is a print option but when I click on it, it doesn''t seem to do anything. Is copying the graph as a bitmap file in paint the only way out?
Thanks for any help.
Regards,
Shalini
Catch
2013 Jan 19
1
Subject:centos installation error
Hello team,
I have installed centos 6.3 version from bootable pan drive.but showing
kernal panic error.Pls suggest me.
--
Thanks and regards
Shalini
8800142207
2011 Sep 23
4
Could not find a valid gem 'activerecord-mysql-adapter' (>= 0) in any repository
Hi,
since upgrading my gems from activerecord-3.0.10 to activerecord-3.1.0
my scripts using activerecord don''t work anymore. I get an error
message
Error Please install the mysql adapter: `gem install activerecord-
mysql-adapter` (Could not find RubyGem mysql (~> 2.8.1)
)
but gem does not find such a package:
ERROR: Could not find a valid gem
2012 Sep 10
5
flash[:notice] not working
Hi,
anybody please help me out,am using rails 3 but using this
flash[:notice] doesnot works, i have used this in controllers.
any idea ? please help.
Regards,
Manoj
--
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 post to this group, send email to
2012 Jan 26
2
Problem while creating new resource on ActiveAdmin
HI All,
I have installed the Active Admin successfully, but facing the following
error while restarting the server after generating an resource.
*rails generate active_admin:resource item*
/home/logs/Desktop/training/RAILS/courier/app/admin/items.rb:1:in `<top
(required)>'': uninitialized constant Item (NameError)
from
2010 Aug 18
1
upgarde from rails 2.3.5 to rails 2.3.8
Hi
I upgraded my rails application rails 2.3.8 from 2.3.5 like below
gem install rails -v=2.3.8
Now in environemnt.rb RAILS_GEM_VERSION changed to ''2.3.8''. Now
when I tried to a previous migration like
rake db:migrate VERSION=20100714122104
I got warning like
DEPRECATION WARNING: Rake tasks in vendor/plugins/delayed_job/tasks,
vendor/plugins/paperclip/tasks,
2007 Sep 05
1
geotiff or tiff files with world files
Hi,
I have a matrix of data which i can vizualize as an image - for example. I would like to save this image as a geotiff file or at a tiff file with a world file which holds the projection of my data (ultimately the data represent a map of some sort). I know i can save the data as an ESRI grid, but i am not interested in that.
I wonder if anybody knows about any code which will help me do
2009 May 06
2
Help with lme4 model specification
I am new to R and am trying to specify a model for mixed model analysis.
When I run the following model I get an error:
AAT<- lmer(Y ~ S + A + (1|S:A/H), data=AT, REML=True)
The error looks like this:
Error in Spar_loc:`:` : NA/NaN argument
In addition: Warning messages:
1: In model.matrix.default(mt, mf, contrasts) :
variable 'Spar_loc' converted to a factor
2: In Spar_loc:`:` :
2010 Mar 18
3
Sending mail using action mailer
Hi everyone,
I am new to ruby and i just wanna send an email using ruby action
mailer. i have been trying it for about a day. Not achieved. so many
replies came in from google but many were beating the bushes ..
can any one send me a correct procedure..
regards
ds
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
2024 May 04
1
Feature request/EOI: Match interactive config?
Or just create bash (or whatever your favorite shell equivalent is) alias?
alias issh=?sah -F ~/.ssh/altcinfig?
Or wrapper scripts in ~/bin/ you can invoke?
Literally what I do for mosh, mosh+screen etc.
--
"Genius might be described as a supreme capacity for getting its possessors
into trouble of all kinds."
-- Samuel Butler
On Fri, May 3, 2024 at 20:27 <openssh at tr.id.au>