Displaying 20 results from an estimated 2000 matches similar to: "Moving from one dns domain to another"
2008 Jul 01
8
InstantRails
Does anyone know if InstantRails will be upgraded for Rails 2.1? I see
a lot of threads where people are discussing problems upgrading from 2.0
to 2.1. I would rather wait for InstantRails2.1 if it was close?
Thanks.
Bharat
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2008 Apr 10
7
Trouble installing ruby-debug
I have installed ruby-debug several times without any problems, but am
running into one when rebuilding my system.
I am typing in the following command to install it as root:
gem install ruby-debug -y
I keep getting the following response:
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
ERROR: While executing gem
2010 Aug 17
3
Rails 3 flash message problems
The following code in my application_helper.rb class either eats the
flash message or escapes it and does not display properly:
# Outputs the corresponding flash message if any are set
def flash_messages
messages = []
%w(notice warning error).each do |msg|
messages << content_tag(:div, content_tag(:p,
html_escape(flash[msg.to_sym])), :class => "message
2009 Mar 24
12
MonkeyPatching ActiveRecord::Base class
I am trying to monkey-patch the ActiveRecord::Base class to incorporate
a generic search class method so that it can be used by all model
classes which need this functionality. Since model classes directly
inherit from ActiveRecord::Base and unlike controllers and helpers, do
not have an ancestor class defined, I think I am forced to open the
ActiveRecord::Base class and patch it? May be I am
2016 Feb 10
2
AD + Bind DLZ + Site
My answer below.
2016-02-10 15:38 GMT+01:00 Rowland penny <rpenny at samba.org>:
> On 10/02/16 14:07, mathias dufresne wrote:
>
>>
>>
>> 2016-02-10 14:37 GMT+01:00 Rowland penny <rpenny at samba.org <mailto:
>> rpenny at samba.org>>:
>>
>>
>> On 10/02/16 11:12, mathias dufresne wrote:
>>
>> Hi all,
>>
2016 Feb 10
2
AD + Bind DLZ + Site
2016-02-10 16:54 GMT+01:00 Rowland penny <rpenny at samba.org>:
> On 10/02/16 15:36, mathias dufresne wrote:
>
>> My answer below.
>>
>> 2016-02-10 15:38 GMT+01:00 Rowland penny <rpenny at samba.org <mailto:
>> rpenny at samba.org>>:
>>
>> On 10/02/16 14:07, mathias dufresne wrote:
>>
>>
>>
>>
2016 Feb 10
2
AD + Bind DLZ + Site
2016-02-10 14:37 GMT+01:00 Rowland penny <rpenny at samba.org>:
> On 10/02/16 11:12, mathias dufresne wrote:
>
>> Hi all,
>>
>> Using 4.3.4 + Bind DLZ @ Centos 7.
>>
>> Regarding AD sites, I have several questions:
>>
>> 1° Is it possible with Samba4 to rename Default-First-Site-Name?
>>
>
> Depends on what you mean, if you mean
2008 Jan 20
9
Ferret Gem Installation on Windows
Trying to install ferret on my windows XP environment. Using
InstantRails 2.0 with RoR 2.0.2, and NetBeans 6.0. I had successfully
installed and built RailsSpace in InstantRails 1.7, but am trying to
upgrade RailsSpace to RoR 2.0.2 using the code that Michael has kindly
provided for us on the website.
When I run the gem install ferret command, I get the following error:
C:\Documents and
2007 May 16
1
belongs_to trigger on update?
This may be a rails bug, but I can''t figure out how to do attribute
overrides for the attribute created for a belongs_to relationship
I have a simple relationship:
User belongs_to Domain
User has a property email_address which I want to update if Domain is
ever changed
I tried in User
def domain=(new_domain)
super
end
but now the ability to assign new domains is totally
2007 Mar 09
3
NetBeans 6.0/Script Console Window
Has anyone figured out how to turn NetBeans IRB window into Ruby on
Rails script/console window where the gems like ActiveRecord, ActionPack
etc are recognized? May be an easy one for the Rails Guru''s out there,
not for me. By default, the NetBeans IRB window only loads Ruby. I am
trying to see how well NetBeans 6.0''s Ruby/RoR support works fully
realizing that it is an alpha
2008 Jan 21
4
Rails app cannot connect to Ferret server
I have installet the Ferret gem v. 0.11.6 and the latest acts_as_ferret
plugin from
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret
I''ve followed the instructions here
http://projects.jkraemer.net/acts_as_ferret/wiki/DrbServer to set up the
server, and put acts_as_ferret :remote => true on one of my models (Ad)
I can also start the ferret_server, but when
2010 Sep 11
4
Can't install plugins on rails 3.0
Just upgraded one of my apps to Rails 3.0 and I cannot install
plugins. I either get "Plugin not found", or an empty folder.
When I run
rails plugin --verbose install http://github.com/jslag/us-state-select-plugin.git
I get this response:
Plugins will be installed using http
git init
git pull --depth 1 http://github.com/jslag/us-state-select-plugin.git
But all I get is an empty
2011 Feb 19
2
Active Record Query
A course has many lessons and a lesson has many topics.
A topic can have a recipe or vice versa, a recipe has many topics
(optional).
I need to come up with the most efficient way of querying the database
to find those topics belonging to a course (via lessons of course) which
have a recipe (in other words recipe_id is not null for this topic
record).
Simple but challenging :)
Thanks for your
2010 Jun 24
1
Rails 2.3.2 upgrade to 2.3.8 problem
Upgrading to Rails 2.3.8 from 2.3.2 has broken views in my application.
Specifically the field labels are all displaying </br> after the label
text and therefore the alignment is all messed up. Instead of nicely
aligning with the label text on the top and text entry field under it,
they line up side-by-side and are misaligned. The tell-tale sign is the
appearance of </br> tag after
2005 Mar 17
4
Hi there..
Hello Everybody,
This is Bharat here. I am on the way of learning
Asterisks, and I just wished to know how I go about if got to write
dailplans for outbound calls and inbound calls. If you could provide me with
a simple example, I could get thru.
Waiting for your response
Regards
Bharat M. Sarvan
-------------- next part
2005 May 25
5
C files of Asterisk
Hello Everybody,
I was going thru the C code of Asterisk. Does
anybody know how does one go about modifying the C code of Asterisk? Please
do reply.
Regards,
Bharat M. Sarvan
EZZI BPO Pvt Ltd.,
PUNE.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Nov 08
3
strsplit with invalid regular expression
Hi all,
> diff_operator <- "\\("
> strsplit(cond, diff_operator)
[[1]]
[1] "andsin" "log_angle_1_4)"
> diff_operator <- "\\sin("
> strsplit(cond, diff_operator)
Error in strsplit(cond, diff_operator) :
invalid regular expression '\sin(', reason 'Missing ')''
When I am going to split with "("
2011 Nov 18
1
Drawing ticks in the 3rd and 4th row of a lattice
Dear all,
I want to draw ticks on the 3rd and 4th row of a lattice. How do I do this
? In my search of the help, I discovered a parameter alternating,which kind
of says where the ticks will be but does not suffice for me.
I am running this command : -
barchart(X03/1000~time|Company,
data=df1[which(df1$time!=1),],
horiz=F,
2008 Feb 06
2
setup of patchless lustre client
hi
I''m in need of help to proceed in my project which is titled,"Performance improvements for Patchless lustre client"
can u tell me the step by step approach in setting up a patchless lustre client in a high end system.
Waiting 4 ur reply
thanks and regards,
Ashok Bharat
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Mar 10
1
Can anyone help me understand Apache Errors?
LogWatch reports items like:
Connection attempts using mod_proxy:
83.167.123.83 -> 205.188.251.1:443: 1 Time(s)
83.167.123.83 -> 64.12.202.36:443: 2 Time(s)
Requests with error response codes
403 Forbidden
205.188.251.1:443: 1 Time(s)
64.12.202.36:443: 2 Time(s)
404 Not Found
//jmx-console/HtmlAdaptor: 1 Time(s)
/VINT_1984_THINK_DIFFERENT: 1 Time(s)