Re: [Rails] i want a rails job

2012-05-21 Thread Lupu Alexandru Emil
What country? What city ? On May 16, 2012, at 6:39 PM, Alex G wrote: hi, all i want a rails job, part time or remotely i have worked with rails for 4 years,i just want to learn english and do not care about the salary of this job if you hava, contact me! -- signature.asc

Re: [Rails] RoR server as client

2012-04-13 Thread Lupu Alexandru Emil
Hello! Noob answer: - What are you trying to do ? - Why would you need this kind of architecture ? - Could you elaborate a bit your business model in order to understand what you are trying to do ? AlecsLupu On Apr 13, 2012, at 12:09 AM, Ralph Shnelvar wrote: Noob question: What facilities

Re: [Rails] Ideas on a project or gem to develop

2012-04-09 Thread Lupu Alexandru Emil
Hi! am not sure if Linus has started to think on it but I will start soon to develop that helpdesk support feature ... I do not know Mantis (i mean i haven't worked with it) so, i don't know it's features, but what i want to achieve is a gem that would be nice to have a ticketing section for

Re: [Rails] Re: Ideas on a project or gem to develop

2012-04-09 Thread Lupu Alexandru Emil
to impossible to implement it in an already existent ecosystem. Sorry for the wall of text ... A. On Apr 9, 2012, at 4:48 PM, Adam wrote: Could you explain this HelpDesk gem a bit more? On Apr 5, 2:02 pm, Lupu Alexandru Emil gang.al...@gmail.com wrote: Hello! What i do need would be a nice

Re: [Rails] Ideas on a project or gem to develop

2012-04-05 Thread Lupu Alexandru Emil
Hello! What i do need would be a nice HelpDesk gem. I haven't seen one that i could just install it ... and work ... I need it, so, i am gonna start coding... If there are any of you who would like to share any ideas or work about this idea, I'd be happy to listen your needs. Linus, I

[Rails] notifications (or flash messages) in an api application

2012-03-11 Thread Lupu Alexandru Emil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! As a noob in rails, i am having a problem on how to find a decent and straightforward notifications system for my application. Being a Api like application (talking with the client is made using JSON / later on XML as well), i have a

Re: [Rails] xmpp server / client recommendations for 1-1 chat in rails app?

2012-02-19 Thread Lupu Alexandru Emil
Hello! Try Ryan Bates's private_pub ... is not quite XMPP ... but it allows push engine and websockets ... Alecslupu On Feb 19, 2012, at 9:14 PM, rubybox wrote: Im trying to build a simple instant messenger inside my ruby on rails app. In basics its just 1-1 chat with some

Re: [Rails] rails_panel - new admin interface for Rails

2012-02-14 Thread Lupu Alexandru Emil
On Feb 13, 2012, at 9:26 PM, slawosz wrote: w weeks I started to develop rails_panel: https://github.com/slawosz/rails_panel - readme describes how to start. It is early stage development now, but I would like to get some feedback, or (it would be so great!) contributors. Please look at

Re: [Rails] Clean Up the code

2012-02-06 Thread Lupu Alexandru Emil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Man... I am new to ruby / rails myself ... But ... I try to RTFM .. and also... i have actually bought some books... But all the stuff you're asking in this thread is here ... Rails AntiPatterns: Best Practice Ruby on Rails Refactoring

Re: [Rails] Forum in rails 3

2012-02-05 Thread Lupu Alexandru Emil
hello! have a look here : https://github.com/radar/forem Alecs On Feb 3, 2012, at 5:36 AM, kengsreng tang wrote: Hi All i want to integrate forum in my web application. so does have any gem that good for me ? thank sreng -- Posted via http://www.ruby-forum.com/. -- You received

Re: [Rails] Re: Re: Re: Clean Up the code

2012-02-05 Thread Lupu Alexandru Emil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 3, 2012, at 3:13 PM, Srimanta Chakraborty wrote: Prince Joseph wrote in post #1043906: @Michael is right. We can help you in doing this, in case you are stuck up somewhere, but you must really atleast make an effort. As of point 3, you

Re: [Rails] Mysql related query

2012-02-05 Thread Lupu Alexandru Emil
Hello First of all, if there are 2 models ... then i think you got it wrong ... assuming you have class Book ActiveRecord::Base has_many :likes has_one :book_expire end class BookExpire ActiveRecord::Base belongs_to :book end class Like ActiveRecord::Base belongs_to :book end Then