Skip to content

Commit 84a3d22

Browse files
committed
[Rails3] Start some notes.
1 parent ee200d1 commit 84a3d22

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

RAILS3_NOTES

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
= Arel Testing Setup
3+
4+
You should have both rails and the adapter cloned to your typical repo folder. Let's say this
5+
would be ~/repos referred to as REPOS. As of current make sure your rails checkout is at master
6+
and the sqlserver adapter on the "3.0.0.beta1" topic branch. Make sure to remote track that
7+
origin topic branch. It's typically good practice to do your work on a local branch of that
8+
remote tracking branch.
9+
10+
In your environment set RAILS_SOURCE & ARSQLSERVER_SOURCE to the full path of your local repos
11+
for each of rails and the adapter above. You should now be able to run "bundle install" from
12+
this project root. From here you can start testing, but it is best practice to use the
13+
"bundle exec ..." commands. For instance:
14+
15+
$ bundle exec rake spec:sqlserver
16+
17+
18+
= Arel Todo
19+
20+
338 examples, 64 failures, 3 pending
21+
22+
* Review/remove our long winded add_limit_offset!
23+
With supporting add_lock! & add_limit_offset_for_association_limiting!
24+
25+
26+
= Adapter Todo
27+
28+
* Move all sqlserver_adapter/core_ext files to sqlserver/core_ext
29+

0 commit comments

Comments
 (0)