-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
52 lines (30 loc) · 1.8 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Substruct Changes
March 15, 2009
Substruct Changes
For Rails version 2.2.2
Removed
- Removed old version of Active Merchant plugin - old version is not compatible with Rails 2.2.2 (generates errors)
- Removed old version of Engines plugin - same reason
Updated
- Installed new version of Active Merchant.
To do: I have yet to test checkout using Paypal and Authorize
Debugged Views
- Replaced some views code which are no longer working with Rails 2.2.2
March 16, 2009
Modified substruct.rake to fix plugin schema version error
run rake substruct:db:bootstrap
March 21, 2009
Replaced deprecated method "render_partial" with render
March 25, 2009
Replaced deprecated code "render_component"
April 12, 2009
Fixed some problem with editing tags and editing sections (AJAX).
There are other problems which I encountered in relation to ajax features like add to cart but I have not added the changes. In case you experience problems, regarding add to cart and other ajax features, do send me a message.
April 18, 2009
Minor changes. Deprecation warning on content_node list.
Final Notes:
I also recommend using Spree e-commerce app which supports several payment gateways apart from Paypal and Authorize.
What is basically important in every e-commerce application or any application I should say is the flexibility and the ability make changes easily as needed.
Every client or every project is different. To be high or even a mid-level web developer, you need to have the ability to meet client requirements and not give them something very generic.
It would be great to create an e-commerce application that would work with Ruby 1.9.1 and Rails 2.3.2 or edge rails.
Rails 2.2.2 by itself is powerful because you can take advantage of the built-in internationalization feature, thanks to Sven Fuchs and company.