Displaying 15 results from an estimated 15 matches similar to: "Guru Web Developer - Pune"
2008 May 31
2
Exec format error during globalize plugin install
While trying to install the globalize plugin (website down? --
http://www.globalize-rails.org/globalize/) for Rails, all the files
seem to be transferred and placed properly, but I get the following
error when install.rb attempts to run:
Exec format error - rake -f C:/clients/MyClient/code/vendor/plugins/
globalize/../../../Rakefile globalize:upgrade_schema_to_1_dot_2 &&
exit 1
I see
2007 Aug 13
1
Samba and Windows Domain Usernames
Hi to all on the samba lista. I'm new on Samba and on the mailing
list so forgive me for any misunderstading that I may commit.
I have a Samba daemon running on a OpenBSD machine with only a
directory shared. Anyone can read and write on that directory.
However, on the same local network there are various Windows machines
and the users of those machines are users of a Windows Domain.
Is
2011 Jul 29
7
Rails and Service Oriented Architecture (SOA): any downsides?
Hey folks,
I like what I''m reading about improved performance via Service
Oriented Architecture for my Rails app. Stepping in that direction
will require some code reorganization, though. Has anyone regretted
the time invested in Rails SOA or suffered any other drawbacks that
might -- from a business perspective -- have disinclined them from
going SOA?
Lille
--
You received this
2011 Mar 26
5
What is the best Ruby on rails IDE ?
What is the best ide for ruby on rails ?, I use linux.
please forgive me if the question is elementary.
I am java/.Net developer I want to broaden my horizon.
--
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
2006 Jul 30
1
Pune Ruby web site / blog / wiki and Pune Rails Hackathon
News - http://jugad.livejournal.com/2006/07/28/ - about the Pune Ruby
User Group''s web site / wiki and blog. Pune is a city in western India
near Mumbai.
The people behind these also organized a Pune Rails Hackathon -
http://punehackathon.pbwiki.com/ - this weekend. Check out the news
and the pics ...
Vasudev Ram
--------------------------------------------------------------
Dancing
2006 Feb 24
0
1st Ruby and ROR meet of Pune Ruby group
Hi,
Pune Ruby group is having its first Ruby/Ruby on Rails meet on 25th Feb 2006
from 1600hrs.
We plan to have some talks on:
a)Introduction to Ruby and Ruby on Rails
b)Agile Development
c)Reverse Engineering.
The URL for the group is: http://groups.yahoo.com/group/puneruby/
See you all.
Thanks
Dibya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Oct 11
2
ROR Development Assignments at Pune
Hi,
Am using ab(Apache Benchmark) for load test in my rails app.
ab -n10 -c10 -p ~/post_data_ab.txt -T "multipart/form-data;
boundary=1234567" http://localhost:3000/albums
...
I have used the above command for testing upload photos. But am
getting
error which I don''t know how o handle.
Can anyone help?
Btw, I also need few teammates to handle development & bug fixing for
2006 Jun 16
0
[ADV] Ruby / RoR Training Camp, Pune (India)
Hello,
Reevik Technologies Pvt. Ltd. will be conducting a 5-day training camp
on Ruby and Ruby on Rails at Pune,India. Seating is
limited to 15 people. Seat allocation will be strictly on a
first-come-first-serve basis.
Details below:
Date: 21st June thru 25th June 2006
Time: 9:00 am to 6:00 pm
Place: SICSR,Pune
Address: SICSR,Atur Center,Gokhale Cross Road,Model
2008 Oct 07
2
Statistically significant in linear and non-linear model
Hi,
I have a question to ask. if in a linear regression model, the independent
variables are not statistically significant, is it necessary to test these
variables in a non-linear model? Since most of non-linear form of a variable
can be represented to a linear combination using Taylor's theorem, so I
wonder whether the non-linear form is also not statistically significant in
such a
2010 Aug 10
1
Why use numFold in evaluate_Weka_classifier of RWeka
Hi everyone,
I have a question about using RWeka package?
we know that instruction make_Weka_classifier that can help
us to build a model,and evaluate_Weka_classifier instruction
can help us to evaluate the performance of the model using on new data.
But I have a question about how to using the parameter numFold in
evaluate_Weka_classifier.Cross-validation means that using some parts
to
2008 Nov 20
0
A Problem while Calculating Newey-West HAC
Hi,
Does anyone read Verbeek's "A Guide to Modern Econometrics"? In its Section
4.11, how does the last two equations' HAC calculate? I've tried several
groups of parameters in sandwich::NeweyWest, but I still cannot get the same
result. I've tried lag=2 and lag=3, as long as prewhite=FALSE and
prewhite=TRUE yet, but...
Sincerely
Hsiao-nan Cheung
2008 Oct 14
1
Advice on Computer Specifications
Hello
I'm running into a variety of limitations with my computer complaining that
it doesn't have sufficient memory. It is a Dell Latitude D630 Duo Core
CPU T7700 @ 2.40 GHz, with 3.50 GB RAM.
I'm working with relatively large dataframes
> dim(AllYears)
returns 4071840 records with 13variables
sometimes this complains that it can not allocate vectors of 16.0 Mb and
will
2010 Aug 20
2
The M in ORM
Hi everyone,
I am attempting to connect an already existing mysql database with
Rails. For This I can''t use the traditional "generate scaffold" and
"rake db:migrate" because (I think), I''ll loose the data already
existing in that database table. So what I did was, I generated a
scaffold for my table, and instead of running db:migrate, I added a
2010 May 19
4
Postgres + Rail 3.0
Hi guys,
I am really new to these things like ROR and Postgres.
When I was installing ROR 3.0 it says
Successfully installed rails 3.0.0 beta
1 gem installed
Installing ri document for rails 3.0.0 beta
File not Found: lib
This is the one which I really dont understand and dont know what to do?
Help me out guys plz...
And I want to configure the database with postgresql and I want to know
how
2010 Aug 05
3
how to ? Rails 3 ActiveRecord eager loading and AREL
Hello everyone,
I would like to eager load scoped records to avoid queries executed in a
loop (huge performance impact).
The "scoped" part is what is giving me a hard time.
I''m using Rails3 RC.
Does anyone have any idea how I can do it?
Here is a test case : we have an "Article" and a "Comment" Activerecord
models,
article has many comments
comment