Displaying 20 results from an estimated 100 matches similar to: "How to include a check box while using wice grid"
2009 Feb 07
0
wice grid
I am trying to use wice grid plugin and I have run into problem. The
problem is when I have nested paths as follows:
Hardware :has_many installed_softwares
Software :has_many installed_softwares
installed_softwares belongs_to both
when I view individual hardware, I have a link "Installed Software" ->
hardware_installed_softwares
when I use wicegrid to view installed software and
2009 Jul 06
0
WiceGrid Plugin version 0.4
Hello all,
WiceGrid Plugin version 0.4 is released.
A blog post with a list of changes:
https://blog.wice.eu/2009/7/6/moving-to-github-and-wicegrid-version-0-4
Homepage & screenshots: http://redmine.wice.eu/wiki/wice-grid
API & HOWTO: http://redmine.wice.eu/api/wice_grid/index.html
Code: http://github.com/wice/wice_grid/tree/master
WiceGrid is a Rails plugin which does all dummy work
2009 Feb 23
0
Tree view similar to Grid view
Hi,
Is there a plugin similar to wice grid for tree representation? A tree
control which could directly use the active record the way wice grid
does it?
Thanks,
Sudhi
--
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
2015 Jul 13
2
Please help debug Windows setup
Hi,
Thanks to John Wice for helping me with an earlier question. My two PCs behind the same router are still having problems connecting. Would appreciate thoughts on what I?m doing wrong?
Router:
Port 655 forwarded to 192.168.1.45, both TCP and UDP
Port 656 forwarded to 192.168.1.51, both TCP and UDP
Machine #1.
==========
Local IP address on LAN = 192.168.1.45
Windows Firewall
2015 Jul 13
0
Please help debug Windows setup
Make sure your router supports nat reflection and has it enabled.
On Mon, Jul 13, 2015 at 5:44 PM, Adam Macielinski <adam at macielinski.net> wrote:
> Hi,
>
>
>
> Thanks to John Wice for helping me with an earlier question. My two PCs
> behind the same router are still having problems connecting. Would
> appreciate thoughts on what I?m doing wrong?
>
>
>
>
2015 Jul 21
1
Please help debug Windows setup
Hi - Thanks to Sven-Haegar and Donald, but still having issues setting up with Windows. Machine1 can't ping the VPN address of machine2.
Regular IPv4 address for both machines in 192.168.1.xxx range.
Router:
Forwarding port 655 to 101.102.103.1, UDP and TCP
Forwarding port 656 to 101.102.103.2, UDP and TCP
Tinc.conf on machine user1 just three lines:
Name = vpnuser1
ConnectTo =
2015 Jul 22
0
Please help debug Windows setup
Thanks. I played with it some more, and finally got it working. I am willing to write up a detailed how-to, including screen shots, if you guys are interested. Just tell me in what format you want the write-up.
Cheers,
From: Daniel J. Grinkevich
Sent: Wednesday, July 22, 2015 7:26 AM
To: tinc at tinc-vpn.org
Subject: RE: Please help debug Windows setup
Your port forward needs to
2015 Oct 14
2
Use repadmin /showobjmeta would caused samba 4.3.0 fault
I had a AD with 4 Win2003 DC. Now I use a samba4 server as a additional DC.
Samba4 server system version: ubuntu 15.04
Samba version: samba 4.3.0
The replication from win2003 DC to samba4 DC was success. But have
some problem from samba4 DC to win2003 DC. I can run "samba-tool drs
showrepl" without error. But in log.samba it can found many message
like:
[2015/10/09 12:53:11.562088, 0]
2008 Mar 21
3
Problem with user regsitration and ldap on SVN version
Hi guys,
I'm trying to use Asterisk with LDAP integration.
I created some schemas and it seems to work fine for sip.conf replacement.
When I try to register a softphone to test the service, it seems ok from the softphone point of view (user registred) but when I do a
"sip show peers", no one is registered (nor sip show subrscriptions, users...)
I put my Asterisk on full debug and I
2008 Mar 21
1
----www.cdsportal.net---- wholesale voip provider
Why pay 1.1 cent's a minute for interconnecting to another Asterisk server
for a high volume call center.
Do people really understand what they are trying to sale and take an honest
look into what they advertise.
As a high volume user like a call center I would not connect my Asterisk Box
to there Asterisk Box to a third Sip provider who then hands of to the Level
3 and so forth.
With LD
2009 May 03
1
Localizing attributes when using I18n
Currently I''m developing a multilingual app on rails 2.2. I liked very
much the idea of Xavier Defrang to provide a locale-aware accessor for
the fields that needs a translation: http://defrang.com/articles/2005/12/02/playing-with-rails-i18n
I modified code a little to make it work with rails 2.2:
def self.localize(*attribute_names)
attribute_names.each do |attribute_name|
2006 Feb 20
2
file_column: changing default store_dir
File_column plugin is great. I need to change the default :store_dir
from the dynamic "model_name/attribute_name" to an equally dynamic
"client_id/app_id/model_name/attribute_name". In my model I have:
class Component < ActiveRecord::Base
belongs_to :component_type
belongs_to :component_group
breakpoint
file_column :content,
:magick => { :versions
2006 Jan 29
1
Accessing attributes
I have a name of an attribute and I need to get its value and set a new
value for it:
x1 = a.foo
a.foo = x2
How do I do that if the name of the attribute ''foo'' is a var?
I thought about doing this:
attribute_name = ''foo''
x1 = a.attributes[attribute_name]
a.attributes[attribute_name] = x2
but this is a bypass and I''m quite sure it would cause
2006 Mar 23
1
Implementing a model with logging?
Hi,
I''ve been trying to work out a model (let''s say a StudentRecord) which
has a number of attributes, and the key thing I''m trying to do here is
to implement it such that you can actually view modifications made over
time by various users (think of it as a wikipedia style of logging).
Is there some provision in rails that''d provide this functionality for
2009 Mar 28
1
Image uploading - upload_column
Hai
I am using upload_column for uploading images. Trying to do the user
registration. For the first time when the user tries to upload image it
works fine. But when try to update the image an error
undefined method `process!'' for #<UploadColumn::UploadedFile:0x6838424>
occurs.
in my view I set the :multipart=>true.
and in controller in the edit action @user =
2009 Jul 23
1
How can I paginate records find by using find_by_sql
Hello everyone,
I forced to use @user = User.find_by_sql sql_query in a particular
situation in my project. Now I want to paginate the records. How can I
paginate the records?
Please help me.
Thanks in advance
--
Posted via http://www.ruby-forum.com/.
2012 Oct 19
1
quantile regression using copulas
Hi all,
Has anyone used the qua.regressCOP2 function from the copBasic package???
The default copula function used in this function is plackett copula and I
wanted to use archimedean copula. Attached below is my code:
mycop<-frankCopula
V=seq(0.001,0.99,by=0.000217)
R<-qua.regressCOP2(0.25,V,cop=mycop,para=c(3.504))
And this is the error I get:
Warning messages:
1: In
2009 Apr 06
1
Wizard like data entry
Hello after having searched the forums I couldn''t find any solution to
this problem:
I want to implement a multi step form across models.
Step 1: Enter requested username/ password/image etc - User model
Step 2: Enter Employer Job Conditions information - EmployerJobCondition
model
Step 3: Enter Canditate Job Conditions information -
CandidateJobCondition model
In the third step only I
2006 Nov 04
0
Having problems with edge rails
I just switched to Edge Rails (revision 5207) since I want to use the
BigDecimal support for an e-commerce website.. Unfortunately, some of
my old code seems to be breaking things..
First off, it looks like my "skip_before_filter :check_authentication,
:check_authorization, :only => [:login, :forgot_password]" doesn''t
work at all, since the before_filter gets executed for
2014 Nov 18
0
scrub implies failing drive - smartctl blissfully unaware
Hey, guys
See further below extracted output from a daily scrub showing csum
errors on sdb, part of a raid1 btrfs. Looking back, it has been getting
errors like this for a few days now.
The disk is patently unreliable but smartctl's output implies there are
no issues. Is this somehow standard faire for S.M.A.R.T. output?
Here are (I think) the important bits of the smartctl output for