Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sql #104

Open
wants to merge 20 commits into
base: sql
Choose a base branch
from
Open

Sql #104

wants to merge 20 commits into from

Conversation

solanoluz
Copy link

Here are a few fixes and improvements I`ve been doing in the last days to be able to use it in our production app. I will probably keep improving this fork.

MotionModel has been a great friend. Thanks!

@@ -19,7 +19,7 @@ def log(sql, result)

def execute
result = @db_adapter.execute_sql(self)
log(@sql, result)
log(@sql, result) if RUBYMOTION_ENV == 'development'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would probably do this at the app level

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok.

@DougPuchalski
Copy link
Contributor

@solanoluz Thanks for contributing! Do you think you can encapsulate the bugs/enhancements with some specs?

@solanoluz
Copy link
Author

I will see in the next days what I can do. Thanks!

2014-02-13 0:35 GMT-02:00 Doug Puchalski [email protected]:

@solanoluz https://github.com/solanoluz Thanks for contributing! Do you
think you can encapsulate the bugs/enhancements with some specs?

Reply to this email directly or view it on GitHubhttps://github.com//pull/104#issuecomment-34942780
.

Luís Felipe Colle da Luz
desenvolvedor web
co-fundador Organizze
www.organizze.com.br

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants