Cristian Re

Results 14 comments of Cristian Re

Hi. You are right about the model.all.map, but I couldn't figure out another way because the method (to_option_select) is called but it isn't a model property. I think that an...

Hi, I found that Rails Admin uses a lot of js/ajax. Rails Admin do something similar, but it sets a limit. (https://github.com/sferik/rails_admin/tree/master/lib/rails_admin/config/fields/association.rb:43). They don't use an html select, they create...

It looks nice. How do you want to proceed? Tomorrow if I have time I could try to add this. Edit: human error with the cellphone

Oh man! I closed it too! I'll never use the cellphone for comment in github again.

I added the no-ajax version of chosen.js. I use no-ajax because my first step was make it work. Now I see that the ajax-chosen is an other plugin. I don't...

Hi, change a lot in my "config" branch and I need to move on merging it to master. I will wait some days because if I do the merge the...

Hello, That error you mention is on my Master branch? In the branch "config" I didn't paid to much attention to mongoid because I was on a hurry. Some days...

I spend a time today checking the error you commented. "field_registry" and "Extensions" are in the branch "config"; here we are talking only about the "master" branch. Where the changes...

Ok, I merged 'Config' into 'Master'. I didn't have any error in my project using DataMapper, could you try it?. I tested it with and without using Bowtie Extensions in...

This is so cool, I was thinking on doing something for authorization. Let me know How I can give you a hand.