Ron Lobo

Results 7 issues of Ron Lobo

Hey folks, Thanks for putting together this crate, it is very useful for implementing value objects. Is there a roadmap for the project? Are there specific contribution guidelines? Thanks!

Hi, can somebody explain how https://github.com/laravelbook/ardent#cleaner-definition-of-relationships--since-20 works with pivot? e.g. eloquent model relation function: ``` php public function attributes () { return $this->belongsToMany('Attribute', collectionAttribute_collection', 'id_collection', 'id_collectionAttribute')->withPivot('value'); } ``` now with...

Laravel related

Hey, first off, thanks for this nice plugin! Is there any way to enable code completion for coffee files? Thought to treat them as javascript files (mime), but that doesn't...

Thanks for implementing this package. It's possible to add a feature that lets us write our features and scenarios to files directly? See http://docs.behat.org/guides/1.gherkin.html Greetz

feature
Spec.Dart
Request

Provide an example showing aqueduct running on app engine using cloud sql postgres as persistence mechanism. - prerequisites: setting up gcloud, app engine, etc - setting up app engine flex...

Hi there, anyone interested in continuing this project? Greets

Hey there, Playing around with the polymer-0.17-behaviors branch, I noticed the following behavior: When marking all todos as done with the upper left select all button, it marks all as...