Re: [Rails] [Job] Experienced Rails dev in South Africa

2019-05-26 Thread Sampath Munasinghe
Hey, any Remote RAILS dev opportunities? Thanks On Fri, May 24, 2019 at 9:28 PM Rob Jonson wrote: > Hi, > > A friend of mine is looking for a local developer who can help them with a > project in South Africa. > They're looking for an individual indie developer with multiple years of > Rails e

Re: [Rails] No More Javascript Petittion website

2014-11-02 Thread Sampath Munasinghe
Sounds interesting. put some commnets. lets see how they will come On Mon, Nov 3, 2014 at 1:42 AM, Jonathan Blasquez wrote: > Came across this website that is trying to get another langauge to replace > javascript. It actually specifically talks about having ruby be the next > language so yo

Re: [Rails] form_for not passing id?

2014-11-02 Thread Sampath Munasinghe
Form_for will get the :id by default. which version are you using and please paste the controller code here. tks On Mon, Nov 3, 2014 at 10:16 AM, BalaRaju Vankala wrote: > Hey Dave, > > I think may be error in your controller, can you once again check > profiles controller edit action > > > > O

Re: [Rails] Ajax bootstrap modal in rails 4.. Newbie here!

2014-10-19 Thread Sampath Munasinghe
Use customer has_many: :projects accepts_nested_attributes_for :projects and then make customer view to handle project data or ( if u need above approach ) add customer id to above _form.html. if u need further help, please let me know. :) On Sat, Oct 18, 2014 at 11:43 PM, Colin Law wrote: >

Re: [Rails] Does anyone know RoR reporting tools?

2014-10-19 Thread Sampath Munasinghe
PRAWN ITS WORTH TO TRY HIGHCHARTS On Sun, Oct 19, 2014 at 10:11 PM, amit gupta wrote: > You can use the gems to export pdf like prawn or pdfkit and for excel you > can use spreadsheet gem... > > Regards, > Amit Kumar Gupta > On 19 Oct 2014 14:51, "piyhawat sudsri" wrote: > >> >> I am

Re: [Rails] IN URGENT NEED OF A RoR EXPERT FOR A MAJOR PROJECT

2011-11-04 Thread Sampath Munasinghe
Can I apply as a foreigner? On Fri, Nov 4, 2011 at 12:10 AM, Paul Skertchly wrote: > I am in urgent need of an RoR expert who lives somewhere in the DFW > metroplex. Please contact me ASAP. > > > > Thank you and have a great day. > > > > Paul Skertchly > PSG BLOC, LLC > T 214.444.8694 > F 214.594

Re: [Rails] self.where('section = ?', '%:search_item%')

2010-10-30 Thread Sampath Munasinghe
self.where('section = %?%', search_item) On Sun, Oct 31, 2010 at 7:39 AM, MDM wrote: > I am trying to do a search where I can enter a part of a word and the > search find all occurrences of that part word in the field. The above > subject does not work. Can anyone help > I am using Rails 3 a

Re: [Rails] Re: I cant' use Netbenas to develop ruby

2010-09-27 Thread Sampath Munasinghe
I think you have to install mysql2 gem. then this should be work. On Sat, Sep 25, 2010 at 11:27 PM, Wayne Mr. wrote: > Tanawat Limungkura wrote: > > I try to develop ruby with netbeans and mysql.I try to generate > > controller XXX and views YYY and I try access my tested web.But it shows > >

Re: [Rails] rails3 validate email format

2010-09-26 Thread Sampath Munasinghe
you can use javascript or your own regx. do you need the code? On Sun, Sep 26, 2010 at 11:54 PM, Nadal wrote: > I am working on a rails3 project. Is there a tool to validate the > format of email address. It does not have to be fancy regex. Just a > few simple validations. However I don't want t

Re: [Rails] Newbe question

2010-09-26 Thread Sampath Munasinghe
sine you need to learn and develope the system, i'm reccomend to do your self. then you will be expert on this. try your self and let us know if you stuck some whre. we will help you. On Mon, Sep 27, 2010 at 4:10 AM, Daniel Amsterdam wrote: > Hello everybody, > > I'm new to ROR and i'm buildi

Re: [Rails] implementing project management and event types

2010-08-19 Thread Sampath Munasinghe
refer the sub_event table On Fri, Aug 20, 2010 at 12:57 AM, Sampath Munasinghe wrote: > May be my > > > On Fri, Aug 20, 2010 at 12:52 AM, richardsugg wrote: > >> I am implemented a simple project management application. Each >> project has various events, and each event c

Re: [Rails] implementing project management and event types

2010-08-19 Thread Sampath Munasinghe
May be my On Fri, Aug 20, 2010 at 12:52 AM, richardsugg wrote: > I am implemented a simple project management application. Each > project has various events, and each event can be a different type. > Some event information is common, such as name, start date, close > date, and comments. I have

Re: [Rails] Re: many to many relations

2010-07-20 Thread Sampath Munasinghe
Anybody having good tutorial for many to many relationships? I need to do following. categories can have many items item can belongs many categories i need to save all the categories and items from single form. please help me. -- You received this message because you are subscribed to the Goog

Re: [Rails] Re: Re: stored procedures and ROR

2010-06-22 Thread Sampath Munasinghe
what do u mean ? On Wed, Jun 23, 2010 at 12:35 AM, Marnen Laibow-Koser wrote: > Sampath Munasinghe wrote: > > this time i'm doing little bit large project. main concerns are > > security > > Which stored procedures will not help with. > > > and performance.

Re: [Rails] Re: stored procedures and ROR

2010-06-22 Thread Sampath Munasinghe
this time i'm doing little bit large project. main concerns are security and performance. thats why im looking for the stored procs. I really really need this. On Tue, Jun 22, 2010 at 9:01 PM, Marnen Laibow-Koser wrote: > Michael Pavling wrote: > > On 22 June 2010 07:57, Samp

Re: [Rails] stored procedures and ROR

2010-06-22 Thread Sampath Munasinghe
g a record > from table? I guess its better way. > > Regards, > Narendra > > > > > On Mon, Jun 21, 2010 at 8:47 PM, Sampath Munasinghe < > sampathni...@gmail.com> wrote: > >> i think i used same way. but it was not success. please check. >

Re: [Rails] stored procedures and ROR

2010-06-21 Thread Sampath Munasinghe
sult > records = [] > while row = *MySQL*::fetch_array(stmt) > records << row > end > > Hope this may help :) . > > Regards, > Naren > > > > > On Mon, Jun 21, 2010 at 2:36 PM, Sampath Munasinghe < > sampathni...@gmail.com>

Re: [Rails] Need Help - New to RoR

2010-06-21 Thread Sampath Munasinghe
I had the same issue and sold. go to the mysql lib folder.copy libmysql.dll file and paste in to bin folder in ruby installation. restart your webrick server. test it. should be work. and let us know. ---sam On Thu, Jun 17, 2010 at 5:53 PM, lucas franceschi wrote: > as long as I unders

[Rails] stored procedures and ROR

2010-06-21 Thread Sampath Munasinghe
dear friends, I need to execute mysql stored procedure with input parameter and need to get some values to ROR calling application. if some one have idea please let me know. thanks sam -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To