Re: [Rails-core] Master thesis on Rails

2016-02-25 Thread Arthur Neves
Http 2 Is something that pops into my mind when I think something I would like to see in Rails. I know Aaron P. was working on it, but not sure how far he got. On Thu, Feb 25, 2016 at 10:59 AM Luís Ferreira wrote: > Hi everyone, > > This year my company (https://subvisual.co/) will have a studen

Re: [Rails-core] Adding a hot restart (no need to open new terminal)

2016-02-25 Thread Johnneylee Jack Rollins
Hello Chashmeet, The `guard-rails` gem provides behaviour like this. ~Spaceghost On Thu, Feb 25, 2016 at 1:21 AM, Chashmeet Singh wrote: > just a suggestion can a hot restart be implemented > by this there will be no use of opening another terminal > just type restart in the present console wh

[Rails-core] Adding a hot restart (no need to open new terminal)

2016-02-25 Thread Chashmeet Singh
just a suggestion can a hot restart be implemented by this there will be no use of opening another terminal just type restart in the present console where server is running and then it restarts no use of another terminal to execute this -- You received this message because you are subscribed t

[Rails-core] Master thesis on Rails

2016-02-25 Thread Luís Ferreira
Hi everyone, This year my company (https://subvisual.co/) will have a student doing his master thesis with us, and need to come up with a topic. I was wondering if there was anything on Rails tangentially related to his areas of expertise that could benefit from a person working on it essential

[Rails-core] Re: Make xml_http_request? / xhr? actually return a boolean

2016-02-25 Thread Joshua Flanagan
Pretty sure this is *not* a general convention that Rails follows. This seemed awful familiar, a quick google search brought me to: https://github.com/rails/rails/issues/20110#issuecomment-100970600 (which suggests that this type of issue is raised often). On Wednesday, February 24, 2016 at 2:4