Re: [Rails] RoR for poor farmers in Africa

2018-11-13 Thread femto Zheng
really interested, willing to help. I'm an expert on Ruby and Rails, have 15 years of expertise,(Also learn a bit about machine learning,python, tensorflow, keras) really good at backend development, though a bit weak on frontend, let me know what I can help. On Wed, Nov 14, 2018 at 10:57 AM

Re: [Rails] Vacancy - Lead Developer for our Ruby On Rails Team

2014-09-25 Thread femto Zheng
Hello, may I ask if this opportunity accepts remote work? I'm an advanced experienced ruby on rails developer with previous 4 years of Java/J2EE experience and 7 years of Ruby/Rails experience, contribute to a variety of open source projects, very good coding/modeing skills and good at underlying

[Rails] Looking for some remote job

2014-05-28 Thread femto Zheng
Hello, I have some extra time in my current project, my current project is in maintenance mode and only take a few hours a day, so I can spare several hours a day for new project. I'm a skilled developer with 4 years of Java/J2EE enterprise development experience and 6 years of Ruby/Rails

Re: [Rails] Best {JOB] EVER in Greenwich, CT - To $125 per hour for 12 months

2014-04-26 Thread femto Zheng
shooting the star. On Sat, Apr 26, 2014 at 10:17 AM, Justin Wright justinwright...@gmail.com wrote: I have a Greenwich, CT client looking for a Ruby on Rails Developer for a 1-year contract engagement with a 99.99% chance of extension. You could do this job one-handed in a club (think Pacha or

[Rails] A question about Optimistic Locking

2014-03-02 Thread femto Zheng
Hello all,for Optimistic Locking, I believe the implementation is like this: rails will issue the following statement to database Update user set name=a,version=2 where id=1 and version=1 but the problem is, generally database will have transaction Isolation (I believe Oracle do), so when Thread 1

[Rails] How to setting config.timezone in non-Rails application?

2012-09-02 Thread femto Zheng
Hello all, I'm developing a sinatra application and loads ActiveRecord in, the main server is in rails, the many clients is written in Sinatra, now I need to sync job from server to client where saving the related datetime seems a problem, it seems rails has done some handling about timezone,

Re: [Rails] How to enable activerecord whitelist_attributes in non-Rails environment?

2012-08-19 Thread femto Zheng
Hello, thanks very much. On Wed, Aug 15, 2012 at 10:49 PM, Jordon Bedwell envyge...@gmail.comwrote: On Wednesday, 15 August 2012 05:04:44 UTC-5, femto wrote: Hello all, I'm developing a sinatra application and loads ActiveRecord in, sometimes it will just report warning for mass for

[Rails] How to enable activerecord whitelist_attributes in non-Rails environment?

2012-08-15 Thread femto Zheng
Hello all, I'm developing a sinatra application and loads ActiveRecord in, sometimes it will just report warning for mass for attributes, how can I enable it in non-Rails environment? checked in rails code, it's config.active_record.whitelist_attributes = true, so I add to my top code of sinatra

[Rails] Can I conditionaly initializer ?

2012-03-27 Thread femto Zheng
Hello, I'm trying to add to spree functionlity gateway of china, I check out the documentation and follow the spree_gateway, in engine.rb initializer spree.gateway.payment_methods, :after = spree.register.payment_methods do |app| app.config.spree.payment_methods

[Rails] How do I add conditional style in rails 3.1

2012-01-21 Thread femto Zheng
Hello,I'm using blueprint and the css looks like this: link rel=stylesheet href=./css/screen.css type=text/css media=screen, projection link rel=stylesheet href=./css/print.css type=text/css media=print !--[if lt IE 8]link rel=stylesheet href=./css/ie.css type=text/css media=screen,

[Rails] Can Arel handle UPPER and LIKE condition?

2012-01-03 Thread femto Zheng
Hello all, I've recently been on a project where somewhere needs using case insensitive search(using UPPER(name) LIKE '') and LIKE condition, I want to use arel and don't use the old style string concatenation, can arel handle this? But I check on arel documentation, doesn't seems have any

[Rails] Any data table component for rails?

2011-10-14 Thread femto Zheng
Hello all, is there any data table component for rails which can sort/search/pagination etc? I've checked out jquery plugin datatables, which can sort/search/pagination, but for large dataset of course need to go server side, need to pass params[:sort]/params[:search]/params[:pagination] to

Re: [Rails] Re: Php to Ruby compilation software

2011-05-04 Thread femto Zheng
just giving an example, what if there's not a cssmin funtionality, but some other fancy funtionality? On Thu, May 5, 2011 at 12:44 AM, Ar Chron li...@ruby-forum.com wrote: Femto Zheng wrote in post #996564: Hello all, because most of php's application is feature rich than rails's existing

Re: [Rails] Re: Php to Ruby compilation software

2011-05-04 Thread femto Zheng
at 9:01 AM, femto Zheng femto...@gmail.com wrote: Yes, quite agree. 'But the generated Ruby you show above would cause most Rubyists to flee.' Yes, I agree. If without those bizarre php's variable behavior, I would just compile local variable to local variable, 'I'm still quite unclear

[Rails] Php to Ruby compilation software

2011-05-03 Thread femto Zheng
Hello, we just researched a Php to Ruby compilation software, because our client has some Php Project, and that can accelarates their transition to rails, and there are a lot of php projects out there, both open sourced and close sourced, so this software may be helpful to accelarates the changes

[Rails] Rails 3 use bundler, rubygems doesn't work?

2011-04-15 Thread femto Zheng
Hello, all, I'm using rails and ruport but require 'ruport/util' in my rails application doesn't work, it cannot find related files, (in standalone ruby application, require 'rubygems';require 'ruport/util' works), but cannot work in rails application, so I add things like gem ruport gem gruff