| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | 4 hours ago | |
| stats | profile views | 26 |
|
Jun 14 |
revised |
cakephp - all js and css files just say “error” added 83 characters in body |
|
Jun 14 |
asked | cakephp - all js and css files just say “error” |
|
Jun 14 |
comment |
Cakephp - not loading css and js I enabled mod_rewrite but the app is still looking for assets in "localhost/static/". Any other ideas? |
|
Jun 14 |
asked | Cakephp - not loading css and js |
|
Jun 12 |
comment |
SQL selecting through a join table with a where or clause Regardless, I had a feeling the type of join was what was causing me problems. I'll be reading up on joins to better educate myself. Thank you for the help. |
|
Jun 12 |
comment |
SQL selecting through a join table with a where or clause Same problem as above - this query returns only those tasks which have a linking table (tag_tasks) record, not those tasks AND tasks that have a creator_id of 1 |
|
Jun 12 |
answered | SQL selecting through a join table with a where or clause |
|
Jun 12 |
comment |
SQL selecting through a join table with a where or clause The first query does not return tasks WHERE creator_id = 1, only those tasks that have a tag_task record (my original problem). The second query raises an error: "Unknown column 'tasks.creator_id' in 'having clause'". Either way, I will edit my question with my solution, and thank you for informing me about having, which I'll have to look up. |
|
Jun 12 |
asked | SQL selecting through a join table with a where or clause |
|
Jun 12 |
asked | Rspec controller test hanging |
|
Jun 7 |
comment |
Inviting users through email This is an interesting solution. Thank you for the insight. |
|
Jun 7 |
asked | Inviting users through email |
|
Jun 6 |
awarded | Tumbleweed |
|
Jun 6 |
revised |
SQL query - get rows from a table based on one condition and through join table based on another condition added 313 characters in body |
|
Jun 6 |
asked | SQL query - get rows from a table based on one condition and through join table based on another condition |
|
Jun 6 |
accepted | database schema - mixing many to many and one to many relationships |
|
Jun 4 |
comment |
database schema - mixing many to many and one to many relationships Thank you for the answer - I feel like this leans towards what the user_tasks with boolean is_owner (we will only have owner and not owner). I seem to flip back and forth, and can't justify the feeling that users - tasks- user_tasks is the most sound setup. I will discuss with my boss and come to a conclusion based upon what we will be querying most often. |
|
Jun 4 |
revised |
database schema - mixing many to many and one to many relationships Added to clarify how to distinguish data in a many to many relationship that could technically belong to one conceptually different model |
|
Jun 4 |
comment |
database schema - mixing many to many and one to many relationships Interesting that you say conceptually different - I agree. I could see having the user_tasks table be shared_user_tasks, which I suppose is a conceptually different object than a user's tasks. I also believe that there is one query I would not be able to do easily, namely finding all tasks that a user has shared. I'll edit my original question to show you what I mean. |
|
Jun 4 |
comment |
Designing a REST hierarchy where there is duplicate data Then I would absolutely prefer actors/A. Other user's answers below cover something I did, namely endless strings of /actors/A/movies/1/actors/B, which is just odd. |