Luca G. Soave

Results 19 issues of Luca G. Soave

Any idea on having https://rpxnow.com/ exaple branch ? Thanks in advance luca

What's the best way to enforce lowercase tags_array elements ?

What's the best way to define default value ? Something like : field :tags, type: String, default: "all" Do I have to overwrite the model, putting the previous together with...

feature

It should be a great time for starting [Bootstrap v4-alpha](http://v4-alpha.getbootstrap.com/) branch now !

Any roadmap about ["Themes (Coming Soon)"](https://plenti.co/themes)?

enhancement

I notice that BB make extensive use of JSON standard lib. Shouldn't be better to wire in [Oj](https://github.com/ohler55/oj) instead ? ./lib/google_bigquery/jobs.rb job_id = JSON.parse(res.body)["jobReference"]["jobId"] status = JSON.parse(self.get(project_id, job_id).body) job_id =...

enhancement

Is there any way to use it with mongoid/mongodb ?

question

Hey @joshnuss great work so far :+1: It should be great having [Subscriptions API](https://stripe.com/docs/api/subscriptions) implemented, and showed as [Exampes](https://www.sveltestripe.com/#examples). Here it is another [Stripe Subscriptions on Svelte](https://github.com/srmullen/sveltekit-stripe) implementation to compare...

Hi, is there a way to deploy Mongo3 on Heroku ? ... on other clouds ? Thanks Luca G. Soave

Hi, installing the plugin for rails3 I get this error: lsoave@ubuntu:~/rails$ rails plugin install git://github.com/ryanstout/blog_kit.git -r rails3 Initialized empty Git repository in /home/lsoave/rails/altrove/lauranovara/vendor/plugins/blog_kit/.git/ remote: Counting objects: 94, done. remote: Compressing...