Re: [Rails-core] Redesign the Rubyonrails.org

2014-12-23 Thread Frank Tellefsen
Hi! Please elaborate. Where do you think the site is lacking? How can we improve it? Maybe make it more like http://ruby-lang.org/ and less BaseCamp? Ie. a simpler, more traditional structure, with all the latest news right there on the front page. Thanks! Frank P.S. An announce

Re: [Rails-core] Redesign the Rubyonrails.org

2014-12-23 Thread Frank Tellefsen
* less like BaseCamp 2014-12-23 13:37 GMT+01:00 Frank Tellefsen tellefsenfr...@gmail.com: Hi! Please elaborate. Where do you think the site is lacking? How can we improve it? Maybe make it more like http://ruby-lang.org/ and less BaseCamp? Ie. a simpler, more traditional structure,

[Rails-core] Re: Redesign the Rubyonrails.org

2014-12-23 Thread Sean Griffin
Yes, a redesign is currently being worked on. On Saturday, December 20, 2014 12:50:35 AM UTC-7, Anandu B Ajith wrote: The site is having a very old design and not usable .. shouldn't we switch to a better design in 2015?? -- You received this message because you are subscribed to the Google

[Rails-core] Re: ActiveRecord model attribute definition with type caster and default

2014-12-23 Thread Sean Griffin
This is not currently public API, the final API will likely support default values when it is made public in the future. On Tuesday, December 23, 2014 2:19:14 AM UTC-7, Benji wrote: [Braindump] I stumbled on the code to define an attribute in the model. Since my personal opinion is that

Re: [Rails-core] Proposal for before_transaction callback

2014-12-23 Thread Matt Jones
On Dec 19, 2014, at 8:18 PM, Jesse Storimer je...@shopify.com wrote: I'd like to propose adding another callback to the ActiveRecord lifecycle that triggers BEFORE the database transaction begins. Think of it as a corollary to after_commit and after_rollback. ## Examples This is an

[Rails-core] Re: ActiveRecord model attribute definition with type caster and default

2014-12-23 Thread Benji
Nice! On Tuesday, 23 December 2014 15:57:54 UTC+1, Sean Griffin wrote: This is not currently public API, the final API will likely support default values when it is made public in the future. On Tuesday, December 23, 2014 2:19:14 AM UTC-7, Benji wrote: [Braindump] I stumbled on the code

Re: [Rails-core] Redesign the Rubyonrails.org

2014-12-23 Thread Almas Sapargali
I just checked again, and everything looks pretty good. Only it could have better support for retina screens. On December 23, 2014 at 8:11:15 AM, Ryan Bigg (radarliste...@gmail.com) wrote: Please elaborate.  Where do you think the site is lacking? How can we improve it?   On 20 Dec 2014, at

[Rails-core] Add Support for creating and dropping SQL views

2014-12-23 Thread Roberto Miranda
I'l like to see a simple interface for add, drop and update SQL views in rails. Could you open the dicussion at github again? https://github.com/rails/rails/pull/18153#issuecomment-67962377 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Core group.

[Rails-core] Add Support for creating and dropping SQL views

2014-12-23 Thread Roberto Miranda
I'd like to add an simple interface to add, drop and create sql views in rails instead of use an another dependency. Can we reopen the discussion at github? https://github.com/rails/rails/pull/18153#issuecomment-67962377 -- You received this message because you are subscribed to the Google

[Rails-core] Re: feature request (with demo code): native websockets as controller callbacks.

2014-12-23 Thread Boaz Segev
I added code that automates the #broadcast to use a Redis server (if defined). I think having these features in Rails, where a controller can respond to websocket events, is critical for moving forward. Using middleware and dedicated event machines to handle parts of the application means